/* ===========================================
   澤的工商筆記 · Design System
   品牌主色：黑 #0a0a0a × 金 #c9a961
   風格：高質感 · 中小企業主導向 · 精緻商務
   =========================================== */

/* ---------- 1. 設計 Token ---------- */
:root {
  /* Brand · 黑 */
  --bk-1000: #000000;
  --bk-900: #0a0a0a;        /* 主黑 */
  --bk-800: #141414;        /* 區塊黑 */
  --bk-700: #1d1d1d;
  --bk-600: #2a2a2a;
  --bk-500: #3a3a3a;

  /* Brand · 金 */
  --gold-700: #9c7f3d;      /* 深金 */
  --gold-600: #b8954a;      /* 主金 hover */
  --gold-500: #c9a961;      /* 主金 */
  --gold-400: #d4b97a;      /* 亮金 */
  --gold-300: #e8d4a0;      /* 淺金 */
  --gold-100: #f6efd9;      /* 金底 */

  /* Neutrals */
  --bg: #fafaf7;            /* 主背景 微暖白 */
  --bg-soft: #f4f1ea;       /* 區塊底 */
  --bg-card: #ffffff;
  --text: #141414;
  --text-2: #4a4a4a;
  --text-3: #8a8a8a;
  --text-4: #b8b8b8;
  --border: #e7e3d8;
  --border-strong: #c9a961;

  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 18px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 24px 60px rgba(0, 0, 0, 0.12);
  --shadow-gold: 0 8px 30px rgba(201, 169, 97, 0.25);

  /* Radius */
  --r-sm: 4px;
  --r-md: 8px;
  --r-lg: 16px;
  --r-pill: 999px;

  /* Spacing */
  --s-1: 4px;
  --s-2: 8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-5: 24px;
  --s-6: 32px;
  --s-7: 48px;
  --s-8: 64px;
  --s-9: 96px;
  --s-10: 128px;

  /* Layout */
  --maxw: 1240px;
  --maxw-narrow: 880px;

  /* Type */
  --font-sans: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Noto Serif TC", "Source Han Serif TC", "PingFang TC", serif;
  --font-en: "Cormorant Garamond", "Playfair Display", "Times New Roman", serif;
  --font-en-sans: "Inter", "Helvetica Neue", Arial, sans-serif;
}

/* ---------- 2. Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.85;
  color: var(--text);
  background: var(--bg);
  letter-spacing: 0.025em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .25s ease; }
a:hover { color: var(--gold-600); }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

/* ---------- 3. Layout helpers ---------- */
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--s-5); }
.container-narrow { max-width: var(--maxw-narrow); margin: 0 auto; padding: 0 var(--s-5); }
.section { padding: var(--s-10) 0; }
.section-sm { padding: var(--s-8) 0; }
.section-soft { background: var(--bg-soft); }
.section-dark { background: var(--bk-900); color: #e8e4d8; }
.section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }

/* ---------- 4. 排版 ---------- */
.eyebrow {
  display: inline-block;
  font-family: var(--font-en-sans);
  font-size: 12px;
  letter-spacing: 0.32em;
  color: var(--gold-700);
  text-transform: uppercase;
  margin-bottom: var(--s-4);
  font-weight: 500;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 32px; height: 1px;
  background: var(--gold-500);
  vertical-align: middle;
  margin-right: var(--s-3);
}
.section-dark .eyebrow { color: var(--gold-500); }
.section-dark .eyebrow::before { background: var(--gold-500); }

.h-display {
  font-family: var(--font-serif);
  font-size: clamp(36px, 5.4vw, 62px);
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.h-display .gold { color: var(--gold-600); }
.section-dark .h-display .gold { color: var(--gold-500); }

.h-1 {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3.4vw, 40px);
  letter-spacing: 0.05em;
  line-height: 1.35;
}
.h-2 { font-family: var(--font-serif); font-size: clamp(22px, 2.4vw, 30px); letter-spacing: 0.05em; }
.h-3 { font-size: clamp(17px, 1.6vw, 20px); letter-spacing: 0.04em; }

.lede {
  font-size: 17px;
  line-height: 2;
  color: var(--text-2);
  max-width: 720px;
  letter-spacing: 0.03em;
}

.section-title {
  text-align: center;
  margin-bottom: var(--s-8);
}
.section-title .h-1 { margin-top: var(--s-2); }
.section-title .sub {
  color: var(--text-2);
  margin: var(--s-4) auto 0;
  max-width: 620px;
  font-size: 15px;
  line-height: 1.95;
}
.section-title-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--s-3);
  margin-top: var(--s-3);
}
.section-title-line::before,
.section-title-line::after {
  content: "";
  display: block;
  width: 40px; height: 1px;
  background: var(--gold-500);
}
.section-title-line .diamond {
  color: var(--gold-500);
  font-size: 8px;
  transform: rotate(45deg);
  display: inline-block;
  background: var(--gold-500);
  width: 6px; height: 6px;
}

/* ---------- 5. Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: var(--r-sm);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  border: 1px solid transparent;
  transition: all .3s cubic-bezier(.4,0,.2,1);
  white-space: nowrap;
  font-family: var(--font-sans);
}
.btn-primary {
  background: var(--bk-900);
  color: var(--gold-300);
  border: 1px solid var(--bk-900);
}
.btn-primary:hover {
  background: var(--gold-600);
  border-color: var(--gold-600);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: var(--shadow-gold);
}
.btn-gold {
  background: var(--gold-500);
  color: var(--bk-900);
  border: 1px solid var(--gold-500);
  font-weight: 600;
}
.btn-gold:hover {
  background: var(--gold-600);
  border-color: var(--gold-600);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: var(--shadow-gold);
}
.btn-outline {
  background: transparent;
  color: var(--bk-900);
  border-color: var(--bk-900);
}
.btn-outline:hover {
  background: var(--bk-900);
  color: var(--gold-300);
}
.btn-outline-gold {
  background: transparent;
  color: var(--gold-500);
  border-color: var(--gold-500);
}
.btn-outline-gold:hover {
  background: var(--gold-500);
  color: var(--bk-900);
}
.btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.35);
}
.btn-ghost:hover { background: #fff; color: var(--bk-900); border-color: #fff; }
.btn-sm { padding: 10px 22px; font-size: 13px; }
.btn-lg { padding: 17px 38px; font-size: 14.5px; }

/* ---------- 6. Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 250, 247, 0.96);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: var(--s-5);
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.brand img { height: 56px; width: auto; display: block; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text b {
  font-family: var(--font-serif);
  font-size: 19px;
  color: var(--text);
  letter-spacing: 0.18em;
  font-weight: 700;
}
.brand-text span {
  font-size: 10.5px;
  color: var(--gold-700);
  letter-spacing: 0.18em;
  margin-top: 4px;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: var(--s-7);
  list-style: none;
  margin: 0; padding: 0;
}
.nav-list a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  position: relative;
  padding: 8px 0;
  letter-spacing: 0.1em;
}
.nav-list a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1.5px;
  background: var(--gold-500);
  transition: width .3s ease;
}
.nav-list a:hover { color: var(--gold-700); }
.nav-list a:hover::after, .nav-list a.active::after { width: 100%; }

.nav-list .has-sub { position: relative; }
.nav-list .has-sub > a::before {
  content: "▾";
  font-size: 9px;
  margin-right: 4px;
  color: var(--text-3);
}
.subnav {
  position: absolute;
  top: 100%;
  left: -16px;
  background: #fff;
  border: 1px solid var(--border);
  border-top: 2px solid var(--gold-500);
  border-radius: var(--r-sm);
  padding: 8px;
  min-width: 210px;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all .2s ease;
  list-style: none;
  margin: 8px 0 0;
}
.has-sub:hover > .subnav { opacity: 1; visibility: visible; transform: translateY(0); }
.subnav li a {
  display: block;
  padding: 10px 14px;
  border-radius: var(--r-sm);
  font-size: 13.5px;
  letter-spacing: 0.08em;
}
.subnav li a:hover { background: var(--gold-100); color: var(--gold-700); }

.nav-cta {
  display: flex;
  gap: var(--s-3);
  align-items: center;
  flex-shrink: 0;
}
.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-en-sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--bk-900);
  letter-spacing: 0.05em;
}
.nav-phone .icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--gold-500);
  color: var(--bk-900);
  display: grid; place-items: center;
  font-size: 13px;
}
.menu-toggle {
  display: none;
  width: 42px; height: 42px;
  border-radius: var(--r-sm);
  background: var(--bk-900);
  color: var(--gold-500);
  border: 0;
  font-size: 18px;
}

@media (max-width: 1100px) {
  .nav-list { gap: var(--s-5); }
  .nav-list a { font-size: 13.5px; }
}
@media (max-width: 960px) {
  .nav-list, .nav-phone { display: none; }
  .menu-toggle { display: grid; place-items: center; }
}

/* ---------- 7. Hero ---------- */
.hero {
  position: relative;
  background: var(--bk-900);
  color: #fff;
  overflow: hidden;
  padding: var(--s-9) 0;
  min-height: 640px;
  display: flex;
  align-items: center;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(10,10,10,0.92) 0%, rgba(10,10,10,0.78) 45%, rgba(10,10,10,0.55) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 800'%3E%3Cdefs%3E%3ClinearGradient id='sky' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23262626'/%3E%3Cstop offset='1' stop-color='%231a1a1a'/%3E%3C/linearGradient%3E%3ClinearGradient id='warm' x1='0' y1='0' x2='1' y2='0'%3E%3Cstop offset='0' stop-color='%23c9a961' stop-opacity='0.3'/%3E%3Cstop offset='1' stop-color='%23c9a961' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1400' height='800' fill='url(%23sky)'/%3E%3Crect width='1400' height='800' fill='url(%23warm)'/%3E%3Cpath d='M0 600 L1400 480 L1400 800 L0 800 Z' fill='%23161616'/%3E%3Cg fill='%231f1f1f' stroke='%23303030' stroke-width='1'%3E%3Crect x='550' y='420' width='280' height='220'/%3E%3Crect x='830' y='460' width='220' height='180'/%3E%3Crect x='1050' y='440' width='180' height='200'/%3E%3C/g%3E%3Cg fill='%23c9a961' opacity='0.5'%3E%3Crect x='570' y='480' width='8' height='14'/%3E%3Crect x='590' y='480' width='8' height='14'/%3E%3Crect x='610' y='480' width='8' height='14'/%3E%3Crect x='850' y='510' width='8' height='14'/%3E%3Crect x='870' y='510' width='8' height='14'/%3E%3Crect x='1070' y='490' width='8' height='14'/%3E%3Crect x='1090' y='490' width='8' height='14'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center right;
}
.hero::after {
  content: "";
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--gold-500), transparent);
  opacity: 0.4;
}
.hero-content {
  position: relative;
  max-width: 800px;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-en-sans);
  font-size: 12px;
  letter-spacing: 0.35em;
  color: var(--gold-500);
  margin-bottom: var(--s-5);
  font-weight: 500;
}
.hero-eyebrow::before {
  content: "";
  width: 40px; height: 1px;
  background: var(--gold-500);
}
.hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(38px, 5.8vw, 68px);
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #fff;
  font-weight: 700;
}
.hero h1 .gold { color: var(--gold-500); }
.hero .lede {
  color: rgba(232, 224, 200, 0.78);
  margin-top: var(--s-5);
  font-size: 16.5px;
  line-height: 2;
  max-width: 600px;
}

.hero-features {
  display: flex;
  gap: var(--s-6);
  margin-top: var(--s-7);
  flex-wrap: wrap;
}
.hero-feature {
  display: flex;
  align-items: center;
  gap: 14px;
}
.hero-feature .ico {
  width: 48px; height: 48px;
  border: 1px solid rgba(201, 169, 97, 0.5);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 20px;
  color: var(--gold-500);
}
.hero-feature .label { line-height: 1.45; }
.hero-feature b {
  display: block;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.hero-feature span {
  font-size: 12.5px;
  color: rgba(232, 224, 200, 0.6);
  letter-spacing: 0.05em;
}

/* Hero search box */
.hero-search {
  margin-top: var(--s-8);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(201, 169, 97, 0.2);
  border-radius: var(--r-sm);
  padding: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr auto;
  gap: 1px;
  max-width: 760px;
}
.hero-search select, .hero-search input {
  background: transparent;
  border: 0;
  padding: 16px 18px;
  font-size: 14px;
  color: #fff;
  font-family: inherit;
  letter-spacing: 0.05em;
  border-right: 1px solid rgba(201, 169, 97, 0.15);
  outline: none;
}
.hero-search select option { background: var(--bk-900); color: #fff; }
.hero-search input::placeholder { color: rgba(232, 224, 200, 0.4); }
.hero-search .search-btn {
  background: var(--gold-500);
  color: var(--bk-900);
  border: 0;
  padding: 0 28px;
  font-size: 16px;
  cursor: pointer;
  transition: background .25s ease;
  display: grid; place-items: center;
}
.hero-search .search-btn:hover { background: var(--gold-400); }

@media (max-width: 760px) {
  .hero { min-height: 540px; padding: var(--s-8) 0; }
  .hero-search { grid-template-columns: 1fr; }
  .hero-search select, .hero-search input { border-right: 0; border-bottom: 1px solid rgba(201, 169, 97, 0.15); }
  .hero-search .search-btn { padding: 16px; }
  .hero-features { gap: var(--s-4); }
}

/* ---------- 8. 服務區塊（4 欄圖標） ---------- */
.svc-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: #fff;
  border-radius: var(--r-md);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
@media (max-width: 880px) {
  .svc-row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .svc-row { grid-template-columns: 1fr; }
}
.svc-row .item {
  padding: var(--s-7) var(--s-5);
  text-align: center;
  position: relative;
  transition: all .3s ease;
  border-right: 1px solid var(--border);
}
.svc-row .item:last-child { border-right: 0; }
@media (max-width: 880px) {
  .svc-row .item:nth-child(2) { border-right: 0; }
  .svc-row .item:nth-child(1), .svc-row .item:nth-child(2) { border-bottom: 1px solid var(--border); }
}
.svc-row .item:hover { background: var(--bg-soft); }
.svc-row .item .ico {
  width: 64px; height: 64px;
  margin: 0 auto var(--s-4);
  display: grid; place-items: center;
  font-size: 28px;
  color: var(--gold-600);
  border: 1px solid var(--gold-500);
  border-radius: 50%;
}
.svc-row .item h3 {
  font-family: var(--font-serif);
  font-size: 19px;
  letter-spacing: 0.18em;
  margin-bottom: var(--s-2);
  color: var(--text);
}
.svc-row .item p {
  font-size: 13.5px;
  color: var(--text-2);
  line-height: 1.95;
  margin: 0;
  letter-spacing: 0.04em;
}

/* ---------- 9. 核心服務 (3 卡片) ---------- */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-5);
}
@media (max-width: 880px) {
  .svc-grid { grid-template-columns: 1fr; }
}
.svc-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: var(--s-7) var(--s-6);
  transition: all .35s cubic-bezier(.4,0,.2,1);
  position: relative;
}
.svc-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
  border-color: var(--gold-500);
}
.svc-card .num {
  font-family: var(--font-en);
  font-size: 56px;
  color: var(--gold-300);
  line-height: 1;
  margin-bottom: var(--s-4);
  font-weight: 500;
  font-style: italic;
}
.svc-card h3 {
  font-family: var(--font-serif);
  font-size: 22px;
  letter-spacing: 0.08em;
  margin-bottom: var(--s-3);
  color: var(--text);
}
.svc-card .divider {
  width: 32px; height: 2px;
  background: var(--gold-500);
  margin-bottom: var(--s-4);
}
.svc-card p {
  color: var(--text-2);
  margin: 0;
  font-size: 14.5px;
  line-height: 2;
  letter-spacing: 0.03em;
}
.svc-card .more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: var(--s-5);
  font-size: 13px;
  font-weight: 600;
  color: var(--gold-700);
  letter-spacing: 0.18em;
  font-family: var(--font-en-sans);
  text-transform: uppercase;
}
.svc-card .more::after {
  content: "→";
  transition: transform .25s ease;
}
.svc-card:hover .more::after { transform: translateX(6px); }

/* ---------- 10. About 區 ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: var(--s-9);
  align-items: center;
}
@media (max-width: 880px) {
  .about-grid { grid-template-columns: 1fr; gap: var(--s-7); }
}
.about-photo {
  aspect-ratio: 3/4;
  border-radius: var(--r-md);
  background: var(--bk-900);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--bk-700);
}
.about-photo::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(201, 169, 97, 0.3);
  pointer-events: none;
  z-index: 2;
}
.about-photo .inner {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: var(--s-7);
  text-align: center;
}
.about-photo .logo-mark {
  width: 140px; height: auto;
  margin: 0 auto var(--s-5);
  opacity: 0.95;
}
.about-photo .name {
  font-family: var(--font-serif);
  font-size: 28px;
  color: #fff;
  letter-spacing: 0.18em;
  font-weight: 700;
}
.about-photo .role {
  font-family: var(--font-en-sans);
  font-size: 11px;
  color: var(--gold-500);
  margin-top: var(--s-3);
  letter-spacing: 0.4em;
  text-transform: uppercase;
}
.about-photo .name-divider {
  width: 36px; height: 1px;
  background: var(--gold-500);
  margin: var(--s-3) auto;
}
.about-quote {
  position: absolute;
  bottom: var(--s-5); left: var(--s-5); right: var(--s-5);
  background: rgba(201, 169, 97, 0.1);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(201, 169, 97, 0.3);
  border-radius: var(--r-sm);
  padding: var(--s-4);
  font-family: var(--font-serif);
  font-size: 14px;
  color: var(--gold-300);
  line-height: 1.8;
  letter-spacing: 0.06em;
  z-index: 3;
}
.about-list { list-style: none; padding: 0; margin: var(--s-5) 0; }
.about-list li {
  display: flex;
  gap: var(--s-3);
  padding: var(--s-4) 0;
  border-bottom: 1px solid var(--border);
  font-size: 15px;
  line-height: 1.95;
  letter-spacing: 0.03em;
}
.about-list li:last-child { border-bottom: 0; }
.about-list li .num {
  font-family: var(--font-en);
  font-size: 18px;
  color: var(--gold-600);
  flex-shrink: 0;
  min-width: 24px;
  font-style: italic;
}
.about-list b { color: var(--text); font-weight: 600; letter-spacing: 0.06em; }

/* ---------- 11. 文章卡片 ---------- */
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-5);
}
.post-grid.two { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 880px) {
  .post-grid, .post-grid.two { grid-template-columns: 1fr; }
}
.post-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: all .35s cubic-bezier(.4,0,.2,1);
  display: flex;
  flex-direction: column;
}
.post-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
  border-color: var(--gold-500);
}
.post-thumb {
  aspect-ratio: 16/10;
  background: var(--bk-800);
  position: relative;
  overflow: hidden;
  display: block;
}
.post-thumb .badge {
  position: absolute;
  top: 14px; left: 14px;
  background: var(--gold-500);
  color: var(--bk-900);
  font-size: 11px;
  padding: 5px 14px;
  border-radius: var(--r-sm);
  letter-spacing: 0.18em;
  font-weight: 600;
  z-index: 2;
}
.post-thumb .thumb-art {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--font-serif);
  font-size: 72px;
  color: rgba(201, 169, 97, 0.18);
  letter-spacing: 0.18em;
  font-weight: 700;
}
.post-thumb.gradient-gold { background: linear-gradient(135deg, var(--bk-900), var(--gold-700)); }
.post-thumb.gradient-industrial { background: linear-gradient(135deg, var(--bk-800), var(--bk-600)); }
.post-thumb.gradient-warm { background: linear-gradient(135deg, var(--gold-700), var(--bk-900)); }

.post-body { padding: var(--s-6); flex: 1; display: flex; flex-direction: column; }
.post-meta {
  display: flex;
  gap: var(--s-3);
  font-size: 11.5px;
  color: var(--text-3);
  letter-spacing: 0.15em;
  margin-bottom: var(--s-3);
  font-family: var(--font-en-sans);
  text-transform: uppercase;
}
.post-meta .cat { color: var(--gold-700); font-weight: 600; }
.post-title {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--text);
  margin: 0 0 var(--s-3);
  letter-spacing: 0.04em;
}
.post-card:hover .post-title { color: var(--gold-700); }
.post-excerpt {
  font-size: 13.5px;
  color: var(--text-2);
  line-height: 1.95;
  margin: 0 0 var(--s-5);
  flex: 1;
  letter-spacing: 0.03em;
}
.post-card .read-more {
  font-family: var(--font-en-sans);
  font-size: 11.5px;
  font-weight: 600;
  color: var(--gold-700);
  border-top: 1px solid var(--border);
  padding-top: var(--s-4);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.post-card .read-more::after {
  content: "→";
  transition: transform .25s ease;
}
.post-card:hover .read-more::after { transform: translateX(4px); }

/* Featured (large) */
.post-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.post-feature .post-thumb { aspect-ratio: auto; height: 100%; min-height: 360px; }
.post-feature .post-thumb .thumb-art { font-size: 120px; }
.post-feature .post-body { padding: var(--s-8); justify-content: center; }
.post-feature .post-title { font-size: 26px; line-height: 1.5; }
@media (max-width: 880px) {
  .post-feature { grid-template-columns: 1fr; }
  .post-feature .post-thumb { min-height: 240px; }
  .post-feature .post-body { padding: var(--s-6); }
}

/* ---------- 12. 分類 tabs ---------- */
.cat-tabs {
  display: flex;
  gap: var(--s-2);
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: var(--s-8);
  padding-bottom: var(--s-5);
  border-bottom: 1px solid var(--border);
}
.cat-tab {
  padding: 10px 22px;
  border-radius: var(--r-sm);
  background: transparent;
  border: 1px solid var(--border);
  font-size: 13.5px;
  font-weight: 500;
  color: var(--text-2);
  transition: all .25s ease;
  cursor: pointer;
  letter-spacing: 0.08em;
}
.cat-tab:hover { color: var(--gold-700); border-color: var(--gold-500); }
.cat-tab.active {
  background: var(--bk-900);
  color: var(--gold-500);
  border-color: var(--bk-900);
}

/* ---------- 13. CTA Band ---------- */
.cta-band {
  background: var(--bk-900);
  border-radius: var(--r-md);
  padding: var(--s-9) var(--s-8);
  color: #e8e4d8;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: var(--s-7);
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201, 169, 97, 0.2);
}
.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 90% 20%, rgba(201, 169, 97, 0.22), transparent 50%),
    radial-gradient(circle at 5% 100%, rgba(201, 169, 97, 0.10), transparent 50%);
}
.cta-band > * { position: relative; }
.cta-band h2 {
  font-family: var(--font-serif);
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.45;
  letter-spacing: 0.06em;
  color: #fff;
}
.cta-band p {
  color: rgba(232, 224, 200, 0.7);
  margin: var(--s-4) 0 0;
  font-size: 15px;
  line-height: 1.95;
}
.cta-band .actions { display: flex; gap: var(--s-3); flex-wrap: wrap; justify-content: flex-end; }
@media (max-width: 880px) {
  .cta-band { grid-template-columns: 1fr; padding: var(--s-7) var(--s-5); }
  .cta-band .actions { justify-content: flex-start; }
}

/* ---------- 14. Footer ---------- */
.site-footer {
  background: var(--bk-900);
  color: rgba(232, 224, 200, 0.7);
  padding: var(--s-9) 0 var(--s-5);
  border-top: 2px solid var(--gold-500);
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: var(--s-7);
  margin-bottom: var(--s-7);
}
@media (max-width: 880px) {
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .foot-brand { grid-column: 1 / -1; }
}
.foot-brand .brand img { height: 64px; filter: brightness(0) saturate(100%) invert(92%) sepia(15%) saturate(2000%) hue-rotate(335deg) brightness(95%) contrast(85%); }
.foot-brand .brand-text b { color: #fff; }
.foot-brand .brand-text span { color: var(--gold-500); }
.foot-brand p {
  font-size: 13.5px;
  line-height: 2;
  margin-top: var(--s-4);
  color: rgba(232, 224, 200, 0.55);
  letter-spacing: 0.03em;
}
.foot-col h4 {
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--gold-500);
  margin-bottom: var(--s-5);
  font-family: var(--font-en-sans);
  text-transform: uppercase;
  font-weight: 600;
}
.foot-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.foot-col a {
  font-size: 13.5px;
  color: rgba(232, 224, 200, 0.65);
  letter-spacing: 0.06em;
}
.foot-col a:hover { color: var(--gold-500); }
.foot-contact li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13.5px;
}
.foot-contact .ico {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(201, 169, 97, 0.3);
  display: grid; place-items: center;
  font-size: 13px;
  color: var(--gold-500);
  flex-shrink: 0;
}
.foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--s-5);
  border-top: 1px solid rgba(232, 224, 200, 0.08);
  font-size: 12px;
  color: rgba(232, 224, 200, 0.4);
  flex-wrap: wrap;
  gap: var(--s-3);
  letter-spacing: 0.08em;
}
.foot-social { display: flex; gap: 10px; }
.foot-social a {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(201, 169, 97, 0.3);
  display: grid; place-items: center;
  color: var(--gold-500);
  transition: all .25s ease;
  font-size: 13px;
}
.foot-social a:hover {
  background: var(--gold-500);
  color: var(--bk-900);
  border-color: var(--gold-500);
}

/* ---------- 15. Page hero (內頁) ---------- */
.page-hero {
  background: var(--bk-900);
  color: #e8e4d8;
  padding: var(--s-9) 0 var(--s-8);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(201, 169, 97, 0.18), transparent 50%),
    radial-gradient(circle at 15% 90%, rgba(201, 169, 97, 0.08), transparent 55%);
}
.page-hero > .container { position: relative; }
.crumbs {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 11.5px;
  color: rgba(232, 224, 200, 0.55);
  margin-bottom: var(--s-5);
  font-family: var(--font-en-sans);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.crumbs a { color: var(--gold-500); }
.crumbs a:hover { color: var(--gold-400); }
.crumbs span { color: rgba(232, 224, 200, 0.3); }
.page-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(34px, 4.6vw, 52px);
  letter-spacing: 0.08em;
  color: #fff;
}
.page-hero .h-divider {
  width: 48px; height: 2px;
  background: var(--gold-500);
  margin: var(--s-4) auto var(--s-4);
}
.page-hero .lede {
  color: rgba(232, 224, 200, 0.7);
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}

/* ---------- 16. Article body ---------- */
.article-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: var(--s-8);
}
@media (max-width: 960px) {
  .article-grid { grid-template-columns: 1fr; }
}
.article-body {
  font-size: 16.5px;
  line-height: 2;
  color: var(--text);
  letter-spacing: 0.03em;
}
.article-body h2 {
  font-family: var(--font-serif);
  font-size: 28px;
  margin: var(--s-8) 0 var(--s-4);
  padding-left: var(--s-4);
  border-left: 3px solid var(--gold-500);
  letter-spacing: 0.06em;
  line-height: 1.45;
}
.article-body h3 {
  font-family: var(--font-serif);
  font-size: 21px;
  margin: var(--s-6) 0 var(--s-3);
  color: var(--bk-900);
  letter-spacing: 0.05em;
}
.article-body p { margin: 0 0 var(--s-4); }
.article-body ul, .article-body ol { padding-left: 1.4em; }
.article-body li { margin-bottom: 10px; }
.article-body blockquote {
  background: var(--bk-900);
  color: var(--gold-300);
  border-left: 3px solid var(--gold-500);
  padding: var(--s-5) var(--s-6);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  margin: var(--s-6) 0;
  font-family: var(--font-serif);
  font-size: 16px;
  letter-spacing: 0.05em;
}
.article-body blockquote strong { color: var(--gold-500); }
.article-body img { border-radius: var(--r-md); margin: var(--s-5) 0; }
.article-body a { color: var(--gold-700); text-decoration: underline; text-underline-offset: 4px; }
.article-tags {
  display: flex; gap: 10px; flex-wrap: wrap;
  padding-top: var(--s-5);
  border-top: 1px solid var(--border);
  margin-top: var(--s-7);
}
.article-tags .tag {
  font-size: 12px;
  padding: 6px 14px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  color: var(--text-2);
  letter-spacing: 0.08em;
}
.toc {
  background: #fff;
  border: 1px solid var(--border);
  border-top: 2px solid var(--gold-500);
  border-radius: var(--r-sm);
  padding: var(--s-5);
  position: sticky;
  top: 100px;
}
.toc h4 {
  font-size: 12px;
  letter-spacing: 0.28em;
  color: var(--gold-700);
  margin-bottom: var(--s-4);
  text-transform: uppercase;
  font-family: var(--font-en-sans);
  font-weight: 600;
}
.toc ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.toc a {
  font-size: 13.5px;
  color: var(--text-2);
  display: block;
  padding-left: 14px;
  border-left: 2px solid var(--border);
  line-height: 1.55;
}
.toc a:hover { color: var(--gold-700); border-left-color: var(--gold-500); }

/* ---------- 17. Reserve / Form ---------- */
.form-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: var(--s-7);
}
@media (max-width: 960px) { .form-grid { grid-template-columns: 1fr; } }
.form-card {
  background: #fff;
  border: 1px solid var(--border);
  border-top: 3px solid var(--gold-500);
  border-radius: var(--r-md);
  padding: var(--s-7);
  box-shadow: var(--shadow-sm);
}
.field { margin-bottom: var(--s-5); }
.field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
  letter-spacing: 0.18em;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: var(--font-en-sans);
}
.field label .req { color: var(--gold-600); }
.field input, .field select, .field textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid var(--border);
  border-radius: var(--r-sm);
  font-size: 15px;
  font-family: inherit;
  background: #fff;
  color: var(--text);
  transition: border .25s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 0;
  border-color: var(--gold-500);
  box-shadow: 0 0 0 3px rgba(201, 169, 97, 0.15);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-4); }
@media (max-width: 600px) { .field-row { grid-template-columns: 1fr; } }
.radio-row { display: flex; gap: var(--s-2); flex-wrap: wrap; }
.radio-pill {
  padding: 11px 22px;
  border-radius: var(--r-sm);
  background: transparent;
  border: 1px solid var(--border);
  font-size: 13.5px;
  cursor: pointer;
  transition: all .25s ease;
  letter-spacing: 0.05em;
}
.radio-pill input { display: none; }
.radio-pill:hover { border-color: var(--gold-500); color: var(--gold-700); }

.contact-info {
  background: var(--bk-900);
  color: #e8e4d8;
  border-radius: var(--r-md);
  padding: var(--s-7);
  border-top: 3px solid var(--gold-500);
}
.contact-info h3 {
  font-family: var(--font-serif);
  color: #fff;
  margin-bottom: var(--s-5);
  font-size: 22px;
  letter-spacing: 0.1em;
}
.contact-info ul { list-style: none; padding: 0; margin: 0; }
.contact-info li {
  display: flex;
  gap: var(--s-3);
  padding: var(--s-4) 0;
  border-bottom: 1px solid rgba(201, 169, 97, 0.15);
  font-size: 14px;
}
.contact-info li:last-child { border-bottom: 0; }
.contact-info .ico {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid var(--gold-500);
  color: var(--gold-500);
  display: grid; place-items: center;
  flex-shrink: 0;
  font-size: 13px;
}
.contact-info b {
  display: block;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.contact-info span { color: rgba(232, 224, 200, 0.55); font-size: 12.5px; letter-spacing: 0.05em; }

/* ---------- 18. Showcase / 案件 ---------- */
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-5);
}
@media (max-width: 880px) { .showcase-grid { grid-template-columns: 1fr; } }
.showcase-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: all .35s ease;
}
.showcase-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
  border-color: var(--gold-500);
}
.showcase-thumb {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--bk-800), var(--bk-900));
  position: relative;
  display: grid; place-items: center;
  color: rgba(201, 169, 97, 0.25);
  font-family: var(--font-serif);
  font-size: 44px;
  letter-spacing: 0.18em;
}
.showcase-thumb .area-tag {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--gold-500);
  color: var(--bk-900);
  font-size: 11.5px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: var(--r-sm);
  letter-spacing: 0.15em;
}
.showcase-thumb .status {
  position: absolute;
  bottom: 16px; right: 16px;
  background: rgba(0,0,0,0.55);
  color: var(--gold-300);
  font-size: 11px;
  padding: 4px 12px;
  border-radius: var(--r-sm);
  letter-spacing: 0.15em;
  border: 1px solid rgba(201, 169, 97, 0.3);
}
.showcase-body { padding: var(--s-6); }
.showcase-body h3 {
  font-family: var(--font-serif);
  font-size: 19px;
  margin-bottom: var(--s-3);
  letter-spacing: 0.06em;
  color: var(--text);
}
.showcase-body .price {
  font-family: var(--font-serif);
  font-size: 24px;
  color: var(--gold-700);
  letter-spacing: 0.04em;
  font-weight: 700;
}
.showcase-body .price small {
  font-size: 13px;
  color: var(--text-3);
  font-family: var(--font-sans);
  margin-left: 6px;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.showcase-specs {
  display: flex;
  gap: var(--s-4);
  flex-wrap: wrap;
  padding-top: var(--s-4);
  margin-top: var(--s-4);
  border-top: 1px solid var(--border);
  font-size: 12.5px;
  color: var(--text-2);
  letter-spacing: 0.04em;
}
.showcase-specs span { display: inline-flex; align-items: center; gap: 6px; }
.showcase-specs .ico { color: var(--gold-600); }

/* ---------- 19. Quote highlight ---------- */
.bigquote {
  text-align: center;
  font-family: var(--font-serif);
  font-size: clamp(26px, 3.4vw, 42px);
  line-height: 1.7;
  color: var(--bk-900);
  max-width: 880px;
  margin: 0 auto;
  letter-spacing: 0.08em;
  position: relative;
  padding: 0 var(--s-7);
}
.bigquote::before, .bigquote::after {
  content: "";
  position: absolute;
  width: 32px; height: 1px;
  background: var(--gold-500);
}
.bigquote::before { top: -var(--s-5); left: 50%; transform: translateX(-50%); }
.bigquote::after { bottom: -var(--s-5); left: 50%; transform: translateX(-50%); }
.bigquote .diamond {
  display: block;
  width: 8px; height: 8px;
  background: var(--gold-500);
  transform: rotate(45deg);
  margin: var(--s-5) auto;
}

/* ---------- 20. Pagination ---------- */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: var(--s-8);
}
.pagination a {
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  display: grid;
  place-items: center;
  border-radius: var(--r-sm);
  background: transparent;
  border: 1px solid var(--border);
  font-size: 13.5px;
  color: var(--text-2);
  letter-spacing: 0.05em;
  font-family: var(--font-en-sans);
}
.pagination a:hover { color: var(--gold-700); border-color: var(--gold-500); }
.pagination a.active {
  background: var(--bk-900);
  color: var(--gold-500);
  border-color: var(--bk-900);
}

/* ---------- 21. Float CTA ---------- */
.float-cta {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.float-cta a {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--bk-900);
  color: var(--gold-500);
  display: grid;
  place-items: center;
  font-size: 22px;
  box-shadow: var(--shadow-lg);
  transition: all .3s ease;
  border: 1px solid var(--gold-500);
}
.float-cta a:hover {
  background: var(--gold-500);
  color: var(--bk-900);
  transform: translateY(-2px) scale(1.05);
}
.float-cta a.line {
  background: #06c755;
  color: #fff;
  border-color: #06c755;
}
.float-cta a.line:hover { background: #fff; color: #06c755; }

/* ---------- 22. Stats Strip ---------- */
.stats-strip {
  background: var(--bk-900);
  color: #fff;
  padding: var(--s-7) 0;
  border-top: 1px solid rgba(201, 169, 97, 0.2);
  border-bottom: 1px solid rgba(201, 169, 97, 0.2);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-5);
  text-align: center;
}
@media (max-width: 880px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: var(--s-6); }
}
.stat .num {
  font-family: var(--font-serif);
  font-size: 48px;
  color: var(--gold-500);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.stat .num small {
  font-size: 18px;
  margin-left: 4px;
  font-weight: 400;
  color: rgba(232, 224, 200, 0.6);
}
.stat .label {
  font-size: 12.5px;
  color: rgba(232, 224, 200, 0.65);
  margin-top: var(--s-3);
  letter-spacing: 0.22em;
  font-family: var(--font-en-sans);
  text-transform: uppercase;
}

/* ---------- 23. Unified Hero (v1.1) ---------- */
.hero-unified { min-height: auto; padding: var(--s-9) 0; }
.hero-unified-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: var(--s-8);
  align-items: center;
  position: relative;
}
.hero-unified-content { min-width: 0; }
.hero-unified-content h1 { font-size: clamp(34px, 4.4vw, 52px); line-height: 1.22; }

.hero-cat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s-3);
  margin-top: var(--s-7);
  padding-top: var(--s-5);
  border-top: 1px solid rgba(201, 169, 97, 0.2);
}
.hero-cat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: var(--s-4) 8px;
  border: 1px solid rgba(201, 169, 97, 0.22);
  border-radius: var(--r-sm);
  background: rgba(255,255,255,0.03);
  color: rgba(232, 224, 200, 0.88);
  transition: all .25s ease;
  text-align: center;
}
.hero-cat-item:hover {
  border-color: var(--gold-500);
  background: rgba(201, 169, 97, 0.08);
  color: #fff;
  transform: translateY(-2px);
}
.hero-cat-item .cat-ico { font-size: 22px; color: var(--gold-500); line-height: 1; }
.hero-cat-item .cat-name { font-family: var(--font-serif); font-size: 14px; letter-spacing: 0.12em; font-weight: 600; }

.hero-actions { display: flex; gap: var(--s-3); margin-top: var(--s-6); flex-wrap: wrap; }

.hero-unified-photo { position: relative; display: flex; flex-direction: column; align-items: center; }
.profile-frame {
  position: relative;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 3/4;
  background: linear-gradient(135deg, rgba(201, 169, 97, 0.12), rgba(20, 20, 20, 0.4));
  border-radius: var(--r-md);
  overflow: hidden;
  border: 1px solid rgba(201, 169, 97, 0.3);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}
.profile-frame::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(201, 169, 97, 0.35);
  pointer-events: none;
  z-index: 2;
  border-radius: 4px;
}
.profile-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.profile-frame.profile-placeholder { background: linear-gradient(135deg, #1a1a1a, #0a0a0a); }
.profile-frame.profile-placeholder img { width: 50%; height: auto; margin: 25% auto; opacity: 0.5; object-fit: contain; }
.profile-caption { margin-top: var(--s-5); text-align: center; }
.profile-name { font-family: var(--font-serif); font-size: 22px; color: #fff; letter-spacing: 0.18em; font-weight: 700; }
.profile-name span { font-family: var(--font-en); font-style: italic; font-weight: 500; color: var(--gold-500); margin-left: 8px; font-size: 19px; }
.profile-role { font-family: var(--font-en-sans); font-size: 11px; letter-spacing: 0.35em; color: var(--gold-500); margin-top: 8px; text-transform: uppercase; }

@media (max-width: 880px) {
  .hero-unified-grid { grid-template-columns: 1fr; gap: var(--s-7); }
  .hero-unified-photo { order: -1; }
  .profile-frame { max-width: 280px; }
  .hero-cat-row { grid-template-columns: repeat(2, 1fr); }
}

/* ---------- 24. Video Grid (lite-youtube pattern) ---------- */
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-5);
}
@media (max-width: 880px) { .video-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .video-grid { grid-template-columns: 1fr; } }
.video-card {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--bk-800);
  box-shadow: var(--shadow-md);
  transition: all .3s ease;
}
.video-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.video-thumb {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
}
.video-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.video-card:hover .video-thumb img { transform: scale(1.05); }
.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.5), transparent 60%);
  pointer-events: none;
}
.video-play-icon {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 64px; height: 64px;
  background: var(--gold-500);
  color: var(--bk-900);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 22px;
  padding-left: 5px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  transition: all .25s ease;
  z-index: 2;
}
.video-card:hover .video-play-icon { background: #fff; transform: translate(-50%, -50%) scale(1.1); }

/* ---------- 25. Header v1.1: 字體加大、對比加強 ---------- */
.site-header { border-bottom: 1px solid rgba(201, 169, 97, 0.25); }
.brand-text b { font-size: 20px !important; letter-spacing: 0.16em !important; }
.brand-text span { font-size: 11.5px !important; }
.nav-list a { font-size: 15px !important; letter-spacing: 0.12em !important; font-weight: 600 !important; }
.nav-phone { font-size: 15px !important; font-weight: 700 !important; }

/* ---------- 26. Utility ---------- */
.text-center { text-align: center; }
.mt-3 { margin-top: var(--s-3); }
.mt-5 { margin-top: var(--s-5); }
.mb-5 { margin-bottom: var(--s-5); }
.hidden-mobile { }
@media (max-width: 880px) { .hidden-mobile { display: none !important; } }
