/*
Theme Name: 放大製作 Loudness Lab
Theme URI: https://loudnesslab.com
Author: 放大製作 Loudness Lab
Author URI: https://portaly.cc/zienyan
Description: 放大製作 Loudness Lab 官方網站主題 —— 溫暖 Notion 風格，含 Podcast 全套製作方案、合作節目（自訂內容類型）與部落格。
Version: 1.9.4
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: loudnesslab
*/

/* ============================================
   放大製作 Loudness Lab — 溫暖 Notion 風格
   奶油米底 + 白卡 + 較大圓角 + 有份量陰影
   墨綠當自信主色、電氣黃當螢光標記
   文字 #37352F / 次要 #7A756C / 米底 #F8F1EB
   ============================================ */

:root {
  --ink: #37352F;
  --ink-soft: #7A756C;
  --line: #E7DFD4;
  --line-strong: rgba(55, 53, 47, 0.18);
  --page: #F8F1EB;          /* 頁面奶油米底 */
  --page-soft: #F1E5DB;     /* 較深米色（區塊底） */
  --bg: #FFFFFF;            /* 卡片白底 */
  --bg-soft: #FBF7F2;       /* 淺米填充 */
  --bg-hover: #F1E9DF;
  --forest: #485D56;
  --forest-dark: #3A4B45;
  --forest-soft: #E7EEEA;
  --volt-mark: #FBE7A8;     /* 電氣黃螢光標記 */
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-card: 0 1px 2px rgba(60, 45, 30, 0.05), 0 4px 14px rgba(60, 45, 30, 0.06);
  --shadow-hover: 0 4px 10px rgba(60, 45, 30, 0.08), 0 14px 34px rgba(60, 45, 30, 0.12);
  --font-body: "Figtree", -apple-system, "Segoe UI", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
}

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

html { scroll-behavior: smooth; font-size: 19px; }
@media (max-width: 560px) { html { font-size: 17px; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  font-family: var(--font-body);
  background: var(--page);
  color: var(--ink);
  line-height: 1.7;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--volt-mark); }

a { color: inherit; }
a:focus-visible, button:focus-visible {
  outline: 2px solid var(--forest);
  outline-offset: 2px;
  border-radius: var(--radius-sm);
}

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 32px; }
@media (max-width: 560px) { .wrap { padding: 0 20px; } }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(248, 241, 235, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  height: 60px; gap: 16px;
}
.logo {
  font-weight: 700; font-size: 0.98rem; text-decoration: none;
  display: flex; align-items: center; gap: 9px;
  white-space: nowrap; letter-spacing: 0.01em;
}
.logo .logo-mark {
  width: 30px; height: 30px; flex-shrink: 0;
  object-fit: contain; display: block;
}
.main-nav { display: flex; align-items: center; gap: 2px; }
.main-nav a {
  text-decoration: none; font-weight: 500; font-size: 0.86rem;
  color: var(--ink-soft);
  padding: 6px 10px; border-radius: var(--radius-sm);
  white-space: nowrap;
  transition: background .12s, color .12s;
}
.main-nav a:hover { background: var(--bg-hover); color: var(--ink); }
.main-nav a.active { color: var(--ink); font-weight: 700; background: var(--bg-hover); }
.nav-cta {
  background: var(--forest); color: #fff !important;
  font-weight: 600 !important; margin-left: 8px;
}
.nav-cta:hover { background: #3A4B45 !important; }
.nav-cta-consult { background: var(--volt-mark) !important; color: var(--ink) !important; }
.nav-cta-consult:hover { background: #F5D97A !important; color: var(--ink) !important; }
.nav-toggle {
  display: none; background: var(--bg); border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  width: 40px; height: 40px; font-size: 1.15rem; cursor: pointer;
  color: var(--ink); font-family: var(--font-body);
}
.nav-toggle:hover { background: var(--bg-hover); }
@media (max-width: 1180px) {
  .nav-toggle { display: block; }
  .main-nav {
    display: none; position: absolute; top: 60px; left: 0; right: 0;
    background: var(--bg); border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; padding: 10px 20px 16px;
    box-shadow: var(--shadow-hover);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 10px 12px; margin-top: 2px; font-size: 0.95rem; }
  .nav-cta { margin-left: 0; margin-top: 8px; text-align: center; }
}

/* ---------- 按鈕 ---------- */
.btn {
  display: inline-block; text-decoration: none; font-weight: 600;
  font-size: 0.95rem; padding: 11px 22px;
  border: 1px solid var(--line-strong); border-radius: var(--radius-sm);
  background: var(--bg); color: var(--ink);
  box-shadow: 0 1px 2px rgba(15, 15, 15, 0.05);
  transition: background .12s, box-shadow .12s;
}
.btn:hover { background: var(--bg-hover); }
.btn-volt, .btn-forest {
  background: var(--forest); color: #fff; border-color: var(--forest);
}
.btn-volt:hover, .btn-forest:hover { background: #3A4B45; }

/* ---------- Hero ---------- */
.hero { padding: 96px 0 72px; }
.hero .eyebrow {
  display: inline-block; font-family: var(--font-mono); font-weight: 500;
  font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-soft);
  background: var(--bg-soft); border: 1px solid var(--line);
  border-radius: 100px; padding: 5px 14px;
  margin-bottom: 28px;
}
.hero h1 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  line-height: 1.14; font-weight: 800; letter-spacing: -0.01em;
  text-wrap: balance; margin-bottom: 22px;
}
.hero h1 .hl {
  background: linear-gradient(transparent 55%, var(--volt-mark) 55%);
  padding: 0 2px;
}
.hero .lede {
  max-width: 34em; font-size: 1.05rem; color: var(--ink-soft);
  margin-bottom: 36px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- 數字實績帶 ---------- */
.stats-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--page-soft);
}
.stats-strip .wrap {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; padding: 0 32px;
}
.stat {
  padding: 36px 20px; text-align: center;
  border-left: 1px solid var(--line);
}
.stat:first-child { border-left: none; }
.stat .num {
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2.1rem); color: var(--ink);
  font-variant-numeric: tabular-nums; display: block; line-height: 1.25;
}
.stat .label { font-size: 0.85rem; color: var(--ink-soft); letter-spacing: 0.04em; }
@media (max-width: 720px) {
  .stats-strip .wrap { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3) { border-left: none; }
  .stat:nth-child(n+3) { border-top: 1px solid var(--line); }
}

/* ---------- 區塊標題 ---------- */
.section { padding: 76px 0; }
.section-head { margin-bottom: 40px; }
.section-head .tag {
  font-family: var(--font-mono); font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--forest);
  background: var(--forest-soft); border-radius: 100px;
  padding: 4px 14px;
  display: inline-block; margin-bottom: 16px;
}
.section-head h2 {
  font-size: clamp(1.7rem, 4vw, 2.5rem); font-weight: 800;
  line-height: 1.22; letter-spacing: -0.01em; text-wrap: balance;
}
.section-head p { max-width: 42em; margin-top: 12px; color: var(--ink-soft); }

/* ---------- 卡片 ---------- */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 860px) { .card-grid { grid-template-columns: 1fr; } }
.card {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  padding: 26px; display: flex; flex-direction: column; gap: 12px;
  transition: box-shadow .15s, border-color .15s;
}
.card:hover { box-shadow: var(--shadow-hover); border-color: var(--line-strong); }
.card .card-icon {
  width: 46px; height: 46px; background: var(--bg-soft);
  border-radius: 9px;
  display: grid; place-items: center; font-size: 1.35rem;
}
.card h3 { font-size: 1.12rem; font-weight: 700; }
.card ul { list-style: none; }
.card ul li { padding-left: 1.35em; position: relative; color: var(--ink-soft); font-size: 0.95rem; }
.card ul li::before {
  content: "•"; position: absolute; left: 0.3em; color: var(--forest); font-weight: 700;
}
.card .card-link {
  margin-top: auto; font-weight: 600; font-size: 0.93rem;
  text-decoration: none; color: var(--forest);
  align-self: flex-start; border-radius: var(--radius-sm);
  padding: 4px 8px; margin-left: -8px;
}
.card .card-link:hover { background: var(--forest-soft); }

/* ---------- 報價卡 ---------- */
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 980px) { .price-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .price-grid { grid-template-columns: 1fr; } }
.price-card {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  padding: 22px; text-decoration: none; display: flex; flex-direction: column; gap: 6px;
  transition: box-shadow .15s, border-color .15s;
}
a.price-card:hover { box-shadow: var(--shadow-hover); border-color: var(--line-strong); }
.price-card h3 { font-size: 1rem; font-weight: 700; }
.price-card .from {
  font-weight: 700; font-size: 1.15rem;
  font-variant-numeric: tabular-nums;
}
.price-card span:not(.from):not(.go) { color: var(--ink-soft); font-size: 0.9rem; }
.price-card .go { font-weight: 600; font-size: 0.88rem; color: var(--forest); margin-top: auto; }

/* ---------- 表格 ---------- */
.table-wrap {
  overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--bg); box-shadow: var(--shadow-card);
}
table { width: 100%; border-collapse: collapse; min-width: 560px; }
th, td { padding: 13px 18px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; font-size: 0.95rem; }
thead th {
  background: var(--bg-soft); color: var(--ink-soft); font-weight: 600;
  font-size: 0.8rem; letter-spacing: 0.06em;
}
tbody tr:last-child td { border-bottom: none; }
tbody tr:hover { background: var(--bg-soft); }
td.price {
  font-weight: 700; white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
td .note { font-size: 0.82rem; color: var(--ink-soft); display: block; font-weight: 400; }

/* ---------- 節目牆 ---------- */
.show-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 980px) { .show-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px) { .show-grid { grid-template-columns: repeat(2, 1fr); } }
.show-card {
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--bg); box-shadow: var(--shadow-card);
  display: flex; flex-direction: column; overflow: hidden;
  transition: box-shadow .15s;
}
.show-card:hover { box-shadow: var(--shadow-hover); }
.show-card .cover {
  aspect-ratio: 1; background: var(--forest);
  display: grid; place-items: center; color: #fff;
  font-weight: 700; font-size: 1rem; text-align: center; padding: 12px;
  line-height: 1.45; overflow: hidden;
}
.show-card .cover img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.show-card:nth-child(3n) .cover:not(:has(img)) { background: #5C6B66; }
.show-card:nth-child(4n) .cover:not(:has(img)) { background: var(--bg-soft); color: var(--ink); }
.show-card .meta { padding: 10px 14px; }
.show-card .meta .type {
  font-size: 0.72rem; font-weight: 500; color: var(--ink-soft);
  background: var(--bg-soft); border-radius: 100px;
  padding: 3px 10px; display: inline-block;
}

/* ---------- 引言／回饋（Notion quote 風格） ---------- */
.quote-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (max-width: 860px) { .quote-grid { grid-template-columns: 1fr; } }
.quote {
  border-left: 3px solid var(--ink);
  padding: 6px 0 6px 22px;
}
.quote p { color: var(--ink); font-size: 1rem; }
.quote .who { margin-top: 12px; font-weight: 600; font-size: 0.88rem; color: var(--ink-soft); }
.quote .who::before { content: "— "; }

/* ---------- 流程步驟 ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: step; }
@media (max-width: 860px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }
.step {
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--bg); box-shadow: var(--shadow-card);
  padding: 22px; counter-increment: step;
}
.step::before {
  content: counter(step);
  font-weight: 700; font-size: 0.85rem;
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--forest-soft); color: var(--forest);
  display: grid; place-items: center; margin-bottom: 12px;
}
.step.plain::before { content: none; }
.step h3 { font-size: 1rem; font-weight: 700; margin-bottom: 6px; }
.step p { font-size: 0.9rem; color: var(--ink-soft); }
.workflow-steps .step { position: relative; overflow: hidden; }
.workflow-steps .step::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: var(--forest); transform: scaleX(0); transform-origin: left; transition: transform .18s ease;
}
.workflow-steps .step:hover::after { transform: scaleX(1); }
.workflow-action { margin-top: 28px; }

/* ---------- 說明清單（Notion callout 風格） ---------- */
.info-list { list-style: none; display: grid; gap: 10px; }
.info-list li {
  background: var(--bg-soft); border-radius: var(--radius-sm);
  padding: 14px 18px; font-size: 0.95rem; color: var(--ink);
}
.info-list li strong { font-weight: 700; }

/* ---------- CTA 區 ---------- */
.cta-band {
  background: var(--forest);
  border-top: 1px solid var(--forest-dark); border-bottom: 1px solid var(--forest-dark);
  padding: 76px 0; color: #fff;
}
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255, 255, 255, 0.82) !important; }
.cta-band h2 {
  font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 800;
  line-height: 1.3; margin-bottom: 14px; text-wrap: balance;
}
.cta-band h2 .hl {
  color: var(--volt-mark); background: none; padding: 0;
}
.cta-band p { max-width: 38em; margin-bottom: 30px; }
.cta-band .btn-volt {
  background: #fff; color: var(--forest); border-color: #fff;
}
.cta-band .btn-volt:hover { background: var(--volt-mark); color: var(--ink); border-color: var(--volt-mark); }
.contact-lines { margin-top: 32px; display: grid; gap: 6px; font-size: 0.92rem; }
.contact-lines a { color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.4); }
.contact-lines a:hover { border-bottom-color: #fff; }

/* ---------- Footer ---------- */
.site-footer { padding: 36px 0; }
.site-footer .wrap {
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; flex-wrap: wrap;
}
.site-footer .fine {
  font-size: 0.8rem; color: var(--ink-soft); letter-spacing: 0.02em;
}
.site-footer nav { display: flex; gap: 4px; flex-wrap: wrap; }
.site-footer nav a {
  font-size: 0.82rem; font-weight: 500; color: var(--ink-soft);
  text-decoration: none; padding: 4px 8px; border-radius: var(--radius-sm);
}
.site-footer nav a:hover { background: var(--bg-hover); color: var(--ink); }

/* ---------- 頁面標頭（內頁） ---------- */
.page-head {
  padding: 68px 0 44px;
  border-bottom: 1px solid var(--line);
}
.page-head h1 {
  font-size: clamp(2.1rem, 5vw, 3.1rem); font-weight: 800; line-height: 1.18;
  letter-spacing: -0.01em; margin: 14px 0 12px; text-wrap: balance;
}
.page-head .lede { max-width: 40em; color: var(--ink-soft); }
.breadcrumb { font-size: 0.82rem; color: var(--ink-soft); }
.breadcrumb a {
  text-decoration: none; padding: 2px 6px; margin-left: -6px;
  border-radius: var(--radius-sm);
}
.breadcrumb a:hover { background: var(--bg-hover); }

.notice {
  background: var(--volt-mark); border-radius: var(--radius-sm);
  padding: 13px 18px; font-size: 0.95rem; font-weight: 500;
  display: inline-block; margin-bottom: 32px;
}

/* ---------- 方案卡（全套製作） ---------- */
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
@media (max-width: 900px) { .plan-grid { grid-template-columns: 1fr; } }
.plan {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  padding: 28px; display: flex; flex-direction: column; gap: 14px; position: relative;
}
.plan.featured {
  border: 2px solid var(--forest);
  box-shadow: var(--shadow-hover);
}
.plan .plan-badge {
  position: absolute; top: -13px; right: 18px;
  background: var(--forest); color: #fff;
  font-weight: 600; font-size: 0.75rem; padding: 3px 12px;
  border-radius: 100px;
}
.plan .plan-name {
  font-family: var(--font-mono); font-weight: 700; font-size: 0.75rem;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--forest);
}
.plan h3 { font-size: 1.18rem; font-weight: 700; line-height: 1.4; }
.plan .plan-price {
  font-weight: 800; font-size: 1.7rem;
  font-variant-numeric: tabular-nums;
}
.plan .plan-price small { font-size: 0.82rem; font-weight: 500; color: var(--ink-soft); }
.plan .fit {
  font-size: 0.9rem; color: var(--ink-soft);
  border-top: 1px solid var(--line); padding-top: 12px;
}
.plan ul { list-style: none; }
.plan ul li { padding-left: 1.5em; position: relative; font-size: 0.92rem; color: var(--ink); }
.plan ul li::before {
  content: "✓"; position: absolute; left: 0.2em; font-weight: 700; color: var(--forest);
}
.plan .btn { margin-top: auto; text-align: center; }

/* ---------- 欄數工具 ---------- */
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 860px) {
  .cols-2, .cols-3 { grid-template-columns: 1fr; }
}

/* ---------- 關於（豆仔） ---------- */
.about-grid {
  display: grid; grid-template-columns: 200px 1fr; gap: 36px; align-items: center;
}
@media (max-width: 640px) { .about-grid { grid-template-columns: 1fr; gap: 24px; justify-items: start; } }
.about-photo {
  width: 200px; height: 200px; border-radius: 50%;
  object-fit: cover; box-shadow: var(--shadow-hover);
  border: 4px solid #fff;
}

/* ---------- 專屬合作錄音室（HereHub） ---------- */
.studio-photos {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
.studio-photos figure {
  margin: 0; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-card);
}
.studio-photos img {
  width: 100%; height: auto; aspect-ratio: 3 / 2;
  object-fit: cover; display: block;
}
@media (max-width: 640px) {
  .studio-photos { grid-template-columns: 1fr; }
}
.studio-points {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-top: 30px;
}
.studio-points h3 {
  font-size: 1rem; font-weight: 700; margin-bottom: 6px;
}
.studio-points p {
  font-size: 0.9rem; color: var(--ink-soft);
}
@media (max-width: 720px) {
  .studio-points { grid-template-columns: 1fr; gap: 18px; }
}
.studio-action { margin-top: 28px; }

.subsection { margin-top: 56px; }
.subsection h2 {
  font-size: 1.3rem; font-weight: 800; margin-bottom: 20px;
  padding-bottom: 10px; border-bottom: 1px solid var(--line);
}

/* ============================================
   v6 新增元件：大圖 Hero / IG 網格 / 花絮 / 方案大項目 / 素材墊底
   ============================================ */

/* ---------- 大圖 Hero（雙欄，滿版視窗高度） ---------- */
.hero-split {
  position: relative;
  overflow: hidden; /* 讓品牌圖標溢出右緣時裁切、不產生水平捲軸 */
  min-height: calc(100vh - 61px); /* 減去 sticky 頁首高度，讓 Hero 站滿整頁 */
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.hero-split > .wrap { width: 100%; }
.hero-split .wrap {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center;
}
@media (max-width: 860px) {
  .hero-split { min-height: 0; display: block; padding: 48px 0 56px; }
  .hero-split .wrap { grid-template-columns: 1fr; gap: 32px; }
  .hero-figure { order: -1; }
}
.hero-figure {
  position: relative; border-radius: 24px; overflow: hidden;
  background: var(--forest); box-shadow: var(--shadow-hover);
  aspect-ratio: 4 / 3.4;
}
.hero-figure::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(120% 90% at 80% 10%, rgba(251,231,168,0.35), transparent 55%);
}
.hero-figure img {
  position: relative; z-index: 2;
  width: 100%; height: 100%; object-fit: cover; object-position: center 20%;
}
.hero-figure .figure-badge {
  position: absolute; z-index: 3; left: 18px; bottom: 18px;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(6px);
  border-radius: 100px; padding: 8px 16px; font-size: 0.82rem; font-weight: 700;
  display: flex; align-items: center; gap: 8px;
}
.hero-figure .figure-badge::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--forest);
}
/* 品牌 Hero：大型聲波圖標向右溢出視窗邊緣，無卡片，直接落在頁面米底上 */
.hero-figure--brand {
  position: static;
  background: none; box-shadow: none; border-radius: 0;
  aspect-ratio: auto; min-height: 0; overflow: visible;
}
.hero-figure--brand::before { display: none; }
.hero-copy { position: relative; z-index: 1; }
.hero-figure--brand .brand-backdrop {
  position: absolute; z-index: 0;
  top: 0; bottom: 0; right: -5%;
  width: min(47vw, 840px);
  display: flex; align-items: center; justify-content: flex-end;
  pointer-events: none; will-change: transform;
}
.hero-figure--brand .brand-backdrop img {
  position: static; z-index: auto;
  width: 100%; height: auto; object-fit: contain;
  opacity: 0.6; /* 微透，讓圖標退成襯底、文案仍是視覺重心 */
}
@media (max-width: 860px) {
  .hero-figure--brand .brand-backdrop {
    position: static; z-index: 0;
    top: auto; bottom: auto; right: auto;
    width: min(64vw, 300px); margin: 0 auto;
    justify-content: center;
    transform: none !important; /* 手機關閉視差，避免圖標位移蓋到文字 */
  }
}

/* ---------- 素材墊底不透明區塊 ---------- */
.photo-band {
  position: relative; padding: 88px 0; overflow: hidden;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: var(--forest); color: #fff;
}
.photo-band::before {
  content: ""; position: absolute; inset: 0;
  background-image: var(--band-img); background-size: cover; background-position: center;
  opacity: 0.14; filter: grayscale(0.2);
}
.photo-band .wrap { position: relative; z-index: 1; text-align: center; }
.photo-band h2 {
  font-size: clamp(1.7rem, 4vw, 2.6rem); font-weight: 800; line-height: 1.28;
  text-wrap: balance; margin-bottom: 16px; color: #fff;
}
.photo-band p { max-width: 40em; margin: 0 auto 8px; color: rgba(255,255,255,0.85); }
.photo-band .band-figures {
  display: flex; gap: 20px; justify-content: center; margin-top: 36px; flex-wrap: wrap;
}
.photo-band .band-figures .bf {
  text-align: center;
}
.photo-band .band-figures .bf .n {
  font-size: 2rem; font-weight: 800; color: var(--volt-mark); display: block; line-height: 1.1;
}
.photo-band .band-figures .bf .l { font-size: 0.85rem; color: rgba(255,255,255,0.8); }

/* ---------- IG 案例短影片 ---------- */
.ig-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 900px) { .ig-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .ig-grid { grid-template-columns: 1fr; } }
.ig-card {
  position: relative; aspect-ratio: 9 / 16; border-radius: var(--radius);
  overflow: hidden; background: var(--page-soft); border: 1px solid var(--line);
  display: grid; place-items: center; text-align: center; padding: 20px;
  text-decoration: none; color: var(--ink-soft); box-shadow: var(--shadow-card);
  transition: box-shadow .15s, transform .15s;
}
.ig-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
.ig-card .ig-ph { display: grid; gap: 8px; place-items: center; }
.ig-card .ig-ph .ig-ico { font-size: 1.8rem; }
.ig-card .ig-ph .ig-t { font-size: 0.85rem; font-weight: 600; }
.ig-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ---------- 花絮故事（圖文交錯） ---------- */
.story { display: grid; grid-template-columns: 0.82fr 1fr; gap: 44px; align-items: center; margin-top: 40px; }
.story:nth-child(even) .story-img { order: 2; }
@media (max-width: 760px) { .story { grid-template-columns: 1fr; gap: 20px; } .story:nth-child(even) .story-img { order: 0; } }
.story-img {
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card);
  aspect-ratio: 3 / 4; background: var(--page-soft); max-width: 440px;
}
.story:nth-child(even) .story-img { justify-self: end; }
.story-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.story-text h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 10px; }
.story-text p { color: var(--ink-soft); }

/* ---------- 團隊成員（主持人） ---------- */
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 760px) { .team-grid { grid-template-columns: 1fr; } }
.member {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-card); padding: 28px; display: flex; gap: 20px; align-items: flex-start;
}
.member .avatar {
  width: 72px; height: 72px; border-radius: 50%; flex-shrink: 0;
  background: var(--forest-soft); display: grid; place-items: center;
  font-size: 1.6rem; color: var(--forest); font-weight: 800; overflow: hidden;
}
.member .avatar img { width: 100%; height: 100%; object-fit: cover; }
.member h3 { font-size: 1.15rem; font-weight: 800; }
.member .role { font-size: 0.85rem; color: var(--forest); font-weight: 600; margin-bottom: 8px; }
.member p { font-size: 0.92rem; color: var(--ink-soft); }
.member .tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.member .tags span {
  font-size: 0.75rem; background: var(--page-soft); border-radius: 100px; padding: 3px 10px; color: var(--ink);
}

/* ---------- 製作方案：單項合作大項目 ---------- */
.offer { display: grid; grid-template-columns: 88px 1fr auto; gap: 24px; align-items: center;
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-card); padding: 26px 28px; margin-top: 16px;
  transition: box-shadow .15s, border-color .15s;
}
.offer:hover { box-shadow: var(--shadow-hover); border-color: var(--line-strong); }
.offer .offer-ico {
  width: 88px; height: 88px; border-radius: 18px; background: var(--forest-soft);
  display: grid; place-items: center; font-size: 2.2rem;
}
.offer h3 { font-size: 1.25rem; font-weight: 800; margin-bottom: 6px; }
.offer p { color: var(--ink-soft); font-size: 0.95rem; }
.offer .offer-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.offer .offer-tags span {
  font-size: 0.78rem; background: var(--page-soft); border-radius: 100px; padding: 3px 11px; color: var(--ink);
}
.offer .offer-cta { white-space: nowrap; }
@media (max-width: 720px) {
  .offer { grid-template-columns: 60px 1fr; gap: 16px; }
  .offer .offer-ico { width: 60px; height: 60px; font-size: 1.6rem; border-radius: 14px; }
  .offer .offer-cta { grid-column: 1 / -1; text-align: center; }
}

/* ---------- 節目嵌入 ---------- */
.embed-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (max-width: 760px) { .embed-grid { grid-template-columns: 1fr; } }
.embed-card {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-card); overflow: hidden;
}
.embed-card .embed-head { display: flex; align-items: center; gap: 12px; padding: 16px 18px; border-bottom: 1px solid var(--line); }
.embed-card .embed-head img { width: 44px; height: 44px; border-radius: 8px; object-fit: cover; }
.embed-card .embed-head h3 { font-size: 1rem; font-weight: 800; }
.embed-card .embed-head .role { font-size: 0.78rem; color: var(--ink-soft); }
.embed-card iframe { width: 100%; display: block; border: 0; }
.embed-slot {
  aspect-ratio: 16/9; display: grid; place-items: center; background: var(--page-soft);
  color: var(--ink-soft); font-size: 0.9rem; text-align: center; padding: 20px;
}

/* ============================================
   WordPress 主題相容：wp_nav_menu 選單標記
   ============================================ */
.main-nav .nav-list {
  display: flex; align-items: center; gap: 2px;
  list-style: none; margin: 0; padding: 0;
}
.main-nav .nav-list li { margin: 0; }
.main-nav .nav-list a { display: inline-block; }
.main-nav .current-menu-item > a { color: var(--ink); font-weight: 700; background: var(--bg-hover); }
@media (max-width: 1180px) {
  .main-nav .nav-list { flex-direction: column; align-items: stretch; width: 100%; }
  .main-nav .nav-list a { padding: 10px 12px; margin-top: 2px; font-size: 0.95rem; border-radius: var(--radius-sm); background: var(--bg); border: 1px solid var(--line); }
}
.site-footer .footer-list { display: flex; gap: 4px; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }

/* WordPress 內文（部落格）排版 */
.post-content { max-width: 42em; }
.post-content p { margin-bottom: 1.2em; }
.post-content h2 { font-size: 1.5rem; font-weight: 800; margin: 1.6em 0 0.6em; }
.post-content h3 { font-size: 1.2rem; font-weight: 700; margin: 1.4em 0 0.5em; }
.post-content ul, .post-content ol { margin: 0 0 1.2em 1.4em; }
.post-content li { margin-bottom: 0.4em; }
.post-content img { max-width: 100%; height: auto; border-radius: var(--radius); }
.post-content blockquote { border-left: 3px solid var(--ink); padding-left: 20px; margin: 1.4em 0; color: var(--ink-soft); }
.post-content a { color: var(--forest); text-decoration: underline; }

/* 部落格卡片 */
.post-card .cover { aspect-ratio: 16/9; overflow: hidden; border-radius: var(--radius) var(--radius) 0 0; background: var(--page-soft); }
.post-card .cover img { width: 100%; height: 100%; object-fit: cover; }
.post-card { padding: 0; overflow: hidden; }
.post-card .post-body { padding: 22px; display: flex; flex-direction: column; gap: 8px; }
.post-card .post-date { font-size: 0.8rem; color: var(--ink-soft); font-family: var(--font-mono); }
.post-meta { font-size: 0.85rem; color: var(--ink-soft); margin-bottom: 24px; }

/* ============================================
   v7：部落格（Notion 圖庫 × 雷蒙三十 × Fame.so 融合）＋ IG 嵌入
   ============================================ */

/* 分類篩選膠囊 */
.blog-filter {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px;
  padding: 8px; background: var(--bg); border: 1px solid var(--line);
  border-radius: 100px; box-shadow: var(--shadow-card); width: fit-content; max-width: 100%;
}
.blog-filter .chip {
  font-size: 0.9rem; font-weight: 600; text-decoration: none; color: var(--ink-soft);
  padding: 8px 18px; border-radius: 100px; white-space: nowrap;
  transition: background .12s, color .12s;
}
.blog-filter .chip:hover { background: var(--bg-hover); color: var(--ink); }
.blog-filter .chip.active { background: var(--ink); color: #fff; }

/* 文章網格 */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
@media (max-width: 960px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .blog-grid { grid-template-columns: 1fr; } }

.blog-card {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-card); display: flex; flex-direction: column;
  transition: box-shadow .16s, transform .16s, border-color .16s;
}
.blog-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); border-color: var(--line-strong); }
.blog-card .cover {
  display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--forest-soft);
  position: relative;
}
.blog-card .cover img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s; }
.blog-card:hover .cover img { transform: scale(1.04); }
.blog-card .cover-fallback {
  position: absolute; inset: 0; display: grid; place-items: center; font-size: 2.4rem; opacity: 0.5;
}
.blog-card .blog-body { padding: 20px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.blog-meta { display: flex; align-items: center; gap: 10px; }
.blog-meta .cat {
  font-size: 0.74rem; font-weight: 700; color: var(--forest);
  background: var(--forest-soft); border-radius: 100px; padding: 3px 11px;
}
.blog-meta .date { font-size: 0.78rem; color: var(--ink-soft); font-family: var(--font-mono); }
.blog-card h3 { font-size: 1.15rem; font-weight: 800; line-height: 1.35; letter-spacing: -0.01em; }
.blog-card h3 a { color: inherit; text-decoration: none; }
.blog-card h3 a:hover { color: var(--forest); }
.blog-card .excerpt { font-size: 0.92rem; color: var(--ink-soft); line-height: 1.65; }
.blog-card .read-more {
  margin-top: auto; font-size: 0.9rem; font-weight: 700; color: var(--forest);
  text-decoration: none; align-self: flex-start;
}
.blog-card .read-more:hover { text-decoration: underline; }

/* 精選大卡（第一篇）— Fame.so 風格橫向 */
.blog-card.featured {
  grid-column: 1 / -1; flex-direction: row; align-items: stretch;
}
.blog-card.featured .cover { aspect-ratio: auto; width: 56%; min-height: 340px; flex-shrink: 0; }
.blog-card.featured .blog-body { padding: 40px 44px; justify-content: center; gap: 14px; }
.blog-card.featured h3 { font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1.25; }
.blog-card.featured .excerpt { font-size: 1rem; }
.blog-card.featured::before {
  content: "精選文章"; position: absolute; z-index: 2; margin: 16px;
  background: var(--volt-mark); color: var(--ink); font-size: 0.76rem; font-weight: 800;
  padding: 4px 12px; border-radius: 100px;
}
.blog-card.featured { position: relative; }
@media (max-width: 760px) {
  .blog-card.featured { flex-direction: column; }
  .blog-card.featured .cover { width: 100%; aspect-ratio: 16 / 10; min-height: 0; }
  .blog-card.featured .blog-body { padding: 22px; }
}

/* 分頁 */
.blog-pagination { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 48px; }
.blog-pagination .page-numbers {
  min-width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center;
  padding: 0 12px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: var(--bg); color: var(--ink); text-decoration: none; font-weight: 600; font-size: 0.92rem;
}
.blog-pagination .page-numbers:hover { background: var(--bg-hover); }
.blog-pagination .page-numbers.current { background: var(--forest); color: #fff; border-color: var(--forest); }
.blog-pagination .page-numbers.dots { border: none; background: none; }

/* 單篇文章置中閱讀欄 */
.single .post-content { max-width: 44em; margin-left: auto; margin-right: auto; }

/* 案例短影片（自家 <video>，取代 IG 嵌入） */
.reel-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 980px) { .reel-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .reel-grid { grid-template-columns: 1fr; max-width: 340px; } }
.reel-card { margin: 0; }
.reel-card video {
  width: 100%; aspect-ratio: 9 / 16; display: block; object-fit: cover;
  border-radius: var(--radius); background: #000;
  border: 1px solid var(--line); box-shadow: var(--shadow-card);
}
.reel-card figcaption {
  margin-top: 10px; font-size: 0.85rem; font-weight: 600; color: var(--ink-soft);
  display: flex; align-items: center; gap: 7px;
}
.reel-card figcaption::before { content: "▶"; font-size: 0.6rem; color: var(--forest); }

/* v1.3：服務卡導言（動詞開頭＋粗體關鍵字，學 DigiLev 的掃讀節奏） */
.card .card-lede { font-size: 0.95rem; line-height: 1.7; color: var(--ink-soft); }
.card .card-lede strong, .offer p strong { font-weight: 700; color: var(--forest); }

/* v1.4：1:1 付費諮詢區塊 */
.consult-band {
  display: grid; grid-template-columns: 1.55fr 1fr; gap: 40px; align-items: center;
  background: var(--forest); color: #fff; border-radius: var(--radius);
  padding: 44px 48px; box-shadow: var(--shadow-hover);
}
@media (max-width: 820px) { .consult-band { grid-template-columns: 1fr; gap: 26px; padding: 32px 26px; } }
.consult-band .tag { background: rgba(255,255,255,0.16); color: #fff; }
.consult-band h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2.05rem); font-weight: 800; line-height: 1.3; margin: 14px 0 12px; }
.consult-band p { color: rgba(255,255,255,0.85); max-width: 40em; }
.consult-points { list-style: none; margin-top: 16px; display: grid; gap: 8px; }
.consult-points li { padding-left: 1.6em; position: relative; color: rgba(255,255,255,0.9); font-size: 0.95rem; }
.consult-points li::before { content: "✓"; position: absolute; left: 0; color: var(--volt-mark); font-weight: 800; }
.consult-side { text-align: center; background: rgba(255,255,255,0.09); border-radius: var(--radius); padding: 28px 24px; }
.consult-price { margin-bottom: 18px; }
.consult-price .from { display: block; font-size: 0.8rem; color: rgba(255,255,255,0.7); }
.consult-price .num { font-size: 2.3rem; font-weight: 800; color: #fff; font-variant-numeric: tabular-nums; }
.consult-price .unit { display: block; font-size: 0.85rem; color: rgba(255,255,255,0.75); }
.consult-side .btn-volt { background: var(--volt-mark); color: var(--ink); border-color: var(--volt-mark); width: 100%; }
.consult-side .btn-volt:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn-lg { padding: 15px 24px; font-size: 1rem; }
.consult-code {
  margin-top: 16px; font-size: 0.88rem; color: #fff;
  background: rgba(0,0,0,0.20); border: 1px dashed rgba(255,255,255,0.45);
  border-radius: 10px; padding: 10px 12px; line-height: 1.5;
}
.consult-code strong { color: var(--volt-mark); font-family: var(--font-mono); letter-spacing: 1px; font-size: 1.02rem; }
.consult-code span { display: block; color: rgba(255,255,255,0.72); font-size: 0.78rem; margin-top: 2px; }

/* v1.4：頁尾折扣碼橫幅 */
.footer-promo {
  background: var(--forest-soft); border-top: 1px solid var(--line);
  font-size: 0.86rem; color: var(--ink); text-align: center; padding: 12px 20px;
}
.footer-promo a { color: var(--forest); font-weight: 700; text-decoration: none; }
.footer-promo a:hover { text-decoration: underline; }
.footer-promo strong { font-family: var(--font-mono); background: var(--volt-mark); color: var(--ink); padding: 1px 8px; border-radius: 6px; letter-spacing: 1px; }

/* v7：真實回饋（3 欄）＋星等 */
.quote-grid { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .quote-grid { grid-template-columns: 1fr; } }
.quote .stars { color: #E8A93A; font-size: 0.95rem; letter-spacing: 2px; margin-bottom: 10px; }
.quote p { font-size: 0.95rem; }

/* ============================================
   v7：單一文章頁
   ============================================ */
.wrap-narrow { max-width: 720px; margin: 0 auto; padding: 0 24px; }
@media (max-width: 560px) { .wrap-narrow { padding: 0 20px; } }

.single-article { padding-bottom: 40px; }
.article-head { padding: 56px 0 32px; text-align: center; }
.article-head .breadcrumb { justify-content: center; margin-bottom: 20px; }
.article-cat {
  display: inline-block; font-size: 0.78rem; font-weight: 700; color: var(--forest);
  background: var(--forest-soft); border-radius: 100px; padding: 4px 14px; margin-bottom: 18px;
}
.article-head h1 {
  font-size: clamp(1.8rem, 4.5vw, 2.8rem); font-weight: 800; line-height: 1.25;
  letter-spacing: -0.01em; text-wrap: balance; margin-bottom: 18px;
}
.article-meta { font-size: 0.88rem; color: var(--ink-soft); display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.article-meta .dot { opacity: 0.5; }

.article-cover { margin: 8px 0 40px; }
.article-cover img {
  width: 100%; max-height: 460px; object-fit: cover; display: block;
  border-radius: var(--radius); box-shadow: var(--shadow-card);
}

.article-content { font-size: 1.05rem; line-height: 1.85; }
.article-content > *:first-child { margin-top: 0; }

.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 36px 0 0; }
.article-tags a {
  font-size: 0.82rem; color: var(--ink-soft); background: var(--bg-soft);
  border-radius: 100px; padding: 5px 13px; text-decoration: none;
}
.article-tags a:hover { background: var(--bg-hover); color: var(--ink); }

.article-share {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line);
  font-size: 0.9rem; color: var(--ink-soft);
}
.article-share a { color: var(--forest); font-weight: 600; text-decoration: none; }
.article-share a:hover { text-decoration: underline; }

.article-cta {
  margin: 44px auto 0; text-align: center; background: var(--forest-soft);
  border-radius: var(--radius); padding: 40px 32px;
}
.article-cta h3 { font-size: 1.4rem; font-weight: 800; margin-bottom: 8px; }
.article-cta p { color: var(--ink-soft); margin-bottom: 22px; }

.article-nav {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 44px;
}
@media (max-width: 560px) { .article-nav { grid-template-columns: 1fr; } }
.article-nav a {
  display: flex; flex-direction: column; gap: 6px; text-decoration: none;
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 20px; box-shadow: var(--shadow-card); transition: box-shadow .15s;
}
.article-nav a:hover { box-shadow: var(--shadow-hover); }
.article-nav a.next { text-align: right; }
.article-nav a span { font-size: 0.8rem; color: var(--ink-soft); }
.article-nav a strong { font-size: 0.95rem; font-weight: 700; color: var(--ink); line-height: 1.4; }

/* ============================================
   v7：洽詢頁（Notion Form 嵌入）
   ============================================ */
.contact-layout { display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; }
@media (max-width: 860px) { .contact-layout { grid-template-columns: 1fr; } }
.contact-form {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-card); overflow: hidden; min-height: 480px;
}
.contact-form iframe { width: 100% !important; min-height: 720px; border: 0; display: block; }
.contact-form > p:only-child { padding: 40px; color: var(--ink-soft); }

.contact-aside {
  background: var(--bg-soft); border-radius: var(--radius); padding: 28px 26px;
  position: sticky; top: 80px;
}
.contact-aside h3 { font-size: 1.05rem; font-weight: 800; margin-bottom: 16px; }
.contact-list { list-style: none; display: grid; gap: 14px; margin-bottom: 22px; }
.contact-list li { display: flex; flex-direction: column; gap: 2px; font-size: 0.92rem; }
.contact-list li span { font-size: 0.78rem; color: var(--ink-soft); font-weight: 600; }
.contact-list li a { color: var(--forest); text-decoration: none; font-weight: 600; }
.contact-list li a:hover { text-decoration: underline; }
.contact-note { border-top: 1px solid var(--line); padding-top: 18px; }
.contact-note strong { font-size: 0.9rem; }
.contact-note p { font-size: 0.85rem; color: var(--ink-soft); margin-top: 6px; }

/* v1.5：方案常見問題 */
.faq-list { display: grid; gap: 12px; }
.faq-item {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-card); overflow: hidden;
}
.faq-item summary {
  list-style: none; cursor: pointer; position: relative;
  padding: 20px 56px 20px 22px; font-weight: 700; color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
  width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center;
  background: var(--forest-soft); color: var(--forest); font-size: 1.15rem; line-height: 1;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item[open] summary { border-bottom: 1px solid var(--line); }
.faq-answer { padding: 18px 22px 22px; }
.faq-answer p { color: var(--ink-soft); font-size: 0.94rem; max-width: 52em; }

/* v1.5：手機固定行動按鈕 */
.mobile-cta, .mobile-cta-spacer { display: none; }
@media (max-width: 760px) {
  .mobile-cta-spacer { display: block; height: calc(72px + env(safe-area-inset-bottom)); }
  .mobile-cta {
    display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: 10px;
    position: fixed; z-index: 70; left: 0; right: 0; bottom: 0;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: rgba(248, 241, 235, 0.96); border-top: 1px solid var(--line);
    backdrop-filter: blur(12px); box-shadow: 0 -8px 24px rgba(55,53,47,0.10);
  }
  .mobile-cta a {
    min-height: 46px; border-radius: var(--radius-sm); display: grid; place-items: center;
    text-decoration: none; font-weight: 700; font-size: 0.95rem;
  }
  .mobile-cta-secondary { background: var(--bg); color: var(--ink); border: 1px solid var(--line-strong); }
  .mobile-cta-primary { background: var(--forest); color: #fff; border: 1px solid var(--forest); }
}

/* ============================================
   v1.6：Video Podcast 案例頁
   ============================================ */
.case-video { margin: 8px 0 32px; }
.case-video video {
  width: 100%; max-height: 640px; aspect-ratio: 16 / 9; object-fit: cover;
  display: block; background: #000; border-radius: var(--radius);
  border: 1px solid var(--line); box-shadow: var(--shadow-hover);
}
.case-timeline {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 40px;
}
@media (max-width: 860px) { .case-timeline { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .case-timeline { grid-template-columns: 1fr; } }
.case-timeline-item {
  background: var(--bg-soft); border-radius: var(--radius-sm); padding: 14px 16px;
  font-size: 0.92rem; color: var(--ink);
}
.case-timeline-item span {
  display: block; font-family: var(--font-mono); font-weight: 700; color: var(--forest);
  font-size: 0.85rem; margin-bottom: 4px;
}
.case-crew {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-card); padding: 26px 28px;
}
.case-crew h3 { font-size: 1.05rem; font-weight: 800; margin-bottom: 16px; }
.case-crew-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; }
.case-crew-grid div { font-size: 0.95rem; color: var(--ink); }
.case-crew-grid span {
  display: block; font-size: 0.78rem; color: var(--ink-soft); font-weight: 600; margin-bottom: 2px;
}

/* 案例頁短影片區塊：卡片數量少時置中撐大，不強制 4 欄留白 */
.reel-grid.reel-grid--feature {
  grid-template-columns: repeat(2, minmax(0, 300px));
  max-width: 640px; margin: 0 auto; justify-content: center;
}
@media (max-width: 640px) { .reel-grid.reel-grid--feature { grid-template-columns: minmax(0, 300px); } }

/* ============================================
   v1.9：合作節目封面牆（類型篩選＋點封面展開詳情）
   ============================================ */

/* ---------- 類型篩選 ---------- */
.show-filters {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px;
}
.show-filter {
  font: inherit; font-size: 0.85rem; font-weight: 600; cursor: pointer;
  color: var(--ink-soft); background: var(--bg); border: 1px solid var(--line);
  border-radius: 100px; padding: 7px 15px;
  transition: background .12s, color .12s, border-color .12s;
}
.show-filter:hover { background: var(--bg-hover); color: var(--ink); }
.show-filter span { opacity: 0.6; margin-left: 3px; font-variant-numeric: tabular-nums; }
.show-filter.is-active {
  background: var(--forest); border-color: var(--forest); color: #fff;
}
.show-filter.is-active span { opacity: 0.75; }

/* ---------- 封面牆 ---------- */
.show-wall {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 20px 16px;
}
@media (max-width: 560px) {
  .show-wall { grid-template-columns: repeat(auto-fill, minmax(104px, 1fr)); gap: 16px 12px; }
}
.wall-item[hidden] { display: none; }
.wall-cover {
  display: block; width: 100%; aspect-ratio: 1; padding: 0; cursor: pointer;
  border: 1px solid var(--line); border-radius: 12px; overflow: hidden;
  background: var(--forest-soft);
  box-shadow: var(--shadow-card);
  transition: transform .15s, box-shadow .15s, border-color .15s;
}
.wall-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wall-cover-ph { font-size: 1.8rem; line-height: 1; }
.wall-cover:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.wall-item.is-open .wall-cover {
  border-color: var(--forest); box-shadow: var(--shadow-hover);
}
.wall-name {
  font-size: 0.82rem; font-weight: 600; line-height: 1.35;
  margin-top: 8px; color: var(--ink);
}

/* ---------- 展開的詳情面板（插在該列下方，橫跨整行） ---------- */
.wall-detail {
  grid-column: 1 / -1;
  background: var(--bg); border: 1px solid var(--line-strong);
  border-radius: var(--radius); box-shadow: var(--shadow-hover);
  padding: 22px 24px;
}
@media (max-width: 560px) { .wall-detail { padding: 18px; } }
.wall-detail-head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.wall-detail-head img {
  width: 58px; height: 58px; border-radius: 10px; object-fit: cover; flex: none;
}
.wall-detail-head h3 { font-size: 1.1rem; font-weight: 800; line-height: 1.3; }
.wall-detail-types { font-size: 0.78rem; color: var(--forest); margin-top: 3px; font-weight: 600; }
.wall-close {
  margin-left: auto; flex: none; font: inherit; font-size: 1.5rem; line-height: 1;
  cursor: pointer; color: var(--ink-soft); background: none; border: 0;
  padding: 4px 8px; border-radius: var(--radius-sm);
}
.wall-close:hover { background: var(--bg-hover); color: var(--ink); }
.wall-desc { color: var(--ink-soft); font-size: 0.95rem; line-height: 1.65; margin: 0 0 16px; }
.wall-video { margin: 0 0 16px; }
.wall-video video {
  width: 100%; max-width: 300px; aspect-ratio: 9 / 16;
  display: block; border-radius: 12px; background: #000;
  box-shadow: var(--shadow-card);
}
.wall-video figcaption {
  margin-top: 8px; font-size: 0.82rem; color: var(--forest); font-weight: 600;
}
.wall-embed { margin-bottom: 14px; }
.wall-embed iframe { display: block; width: 100%; }
.wall-links { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.wall-empty { color: var(--ink-soft); font-size: 0.95rem; padding: 24px 0; }
.btn-sm { padding: 8px 16px; font-size: 0.85rem; }
.acc-soon { color: var(--ink-soft); font-size: 0.9rem; }

/* ============================================
   v1.5.1：手機版選單放大點擊區（tap target ≥ 48px）
   ============================================ */
@media (max-width: 1180px) {
  .nav-toggle { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; font-size: 1.3rem; }
  .main-nav { gap: 8px; padding: 14px 18px 20px; }
  .main-nav .nav-list { gap: 8px; }
  .main-nav .nav-list a {
    min-height: 50px; display: flex; align-items: center;
    padding: 12px 16px; font-size: 1.05rem; font-weight: 600; color: var(--ink); margin: 0;
  }
  .main-nav .nav-cta {
    min-height: 52px; display: flex; align-items: center; justify-content: center;
    padding: 12px 16px; font-size: 1.08rem; font-weight: 700 !important; margin-top: 2px;
  }
}
