/* =======================================================================
 *  伴侶諮商與家族治療頁 — 粉米大理石 × 霧金 × 酒紅
 *  視覺來源：Christine 品牌簡報「給熊的」
 * ======================================================================= */

.counseling-page {
  --counsel-porcelain: #fcfaf8;
  --counsel-cream: #f7f0e8;
  --counsel-blush: #f2dfde;
  --counsel-rose: #c98f91;
  --counsel-burgundy: #6b2f38;
  --counsel-burgundy-deep: #4f222a;
  --counsel-gold: #c58f26;
  --counsel-gold-soft: #e9c98f;
  --counsel-mist: #eaf0f3;
  --counsel-ink: #3c3436;
  --counsel-muted: #74676a;
  --counsel-shadow: 0 20px 55px rgba(107, 47, 56, .10);
  --counsel-shadow-soft: 0 12px 32px rgba(107, 47, 56, .07);
  color: var(--counsel-ink);
  background: var(--counsel-porcelain);
}

.counseling-page h1,
.counseling-page h2,
.counseling-page h3 {
  color: var(--counsel-burgundy-deep);
  font-family: 'Noto Serif TC', 'Songti TC', serif;
}

.counseling-page section[id],
.counseling-page article[id] {
  scroll-margin-top: 90px;
}

/* ---------- 此頁專用導覽色彩 ---------- */
.counseling-page .site-header {
  background: rgba(252, 250, 248, .92);
  border-bottom-color: rgba(197, 143, 38, .24);
  backdrop-filter: blur(14px);
}

.counseling-page .brand-mark {
  display: none;
}

.counseling-page .brand-text {
  color: var(--counsel-gold);
  font-family: 'Noto Serif TC', serif;
  letter-spacing: .08em;
}

.counseling-page .nav-link {
  color: #574c4e;
}

.counseling-page .nav-link:hover {
  color: var(--counsel-burgundy);
  background: var(--counsel-blush);
}

.counseling-page .nav-link.active {
  color: var(--counsel-burgundy);
}

.counseling-page .nav-link.active::after {
  content: "";
  position: absolute;
  right: 11px;
  bottom: 2px;
  left: 11px;
  height: 1px;
  background: var(--counsel-gold);
}

.counseling-page .header-line {
  color: var(--counsel-burgundy);
  border-color: var(--counsel-gold-soft);
}

.counseling-page .header-line:hover {
  color: #fff;
  border-color: var(--counsel-burgundy);
  background: var(--counsel-burgundy);
}

.counseling-page .header-fb:hover {
  color: #fff;
  border-color: #1877f2;
  background: #1877f2;
}

/* ---------- 共用文字與按鈕 ---------- */
.counsel-eyebrow {
  margin: 0 0 14px;
  color: var(--counsel-burgundy);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.counsel-eyebrow.center {
  text-align: center;
}

.counsel-section {
  position: relative;
  padding: 86px 0;
}

.counsel-section-title {
  margin: 0 0 12px;
  text-align: center;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
}

.counsel-section-title::after {
  content: "";
  display: block;
  width: 76px;
  height: 1px;
  margin: 18px auto 0;
  background: linear-gradient(90deg, transparent, var(--counsel-gold), transparent);
}

.counsel-section-lead {
  max-width: 760px;
  margin: 0 auto 40px;
  color: var(--counsel-muted);
  line-height: 1.9;
  text-align: center;
}

.counsel-section-lead-serif {
  color: var(--counsel-burgundy);
  font-family: 'Noto Serif TC', serif;
  font-size: 1.08rem;
  line-height: 1.95;
}

@media (min-width: 960px) {
  .counsel-section-lead-serif {
    max-width: none;
    white-space: nowrap;
  }
}

.counsel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.counsel-actions.center {
  justify-content: center;
}

.counseling-page .btn {
  min-height: 48px;
  border-radius: 999px;
  padding: 11px 24px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.counseling-page .btn:hover {
  transform: translateY(-2px);
}

.counseling-page .counsel-btn-primary {
  color: #fff;
  border-color: var(--counsel-burgundy);
  background: var(--counsel-burgundy);
  box-shadow: 0 10px 24px rgba(107, 47, 56, .18);
}

.counseling-page .counsel-btn-primary:hover {
  color: #fff;
  background: var(--counsel-burgundy-deep);
}

.counseling-page .counsel-btn-secondary {
  color: var(--counsel-burgundy);
  border-color: var(--counsel-gold-soft);
  background: rgba(255, 255, 255, .68);
}

.counseling-page .counsel-btn-secondary:hover {
  color: var(--counsel-burgundy-deep);
  border-color: var(--counsel-gold);
  background: #fff;
}

/* ---------- Hero ---------- */
.counsel-hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(197, 143, 38, .20);
  background:
    radial-gradient(ellipse at 78% 12%, rgba(234, 240, 243, .90), transparent 34%),
    radial-gradient(ellipse at 10% 75%, rgba(242, 223, 222, .86), transparent 34%),
    linear-gradient(120deg, #fff 0%, #fbf8f5 48%, #f7f1ed 100%);
}

.counsel-hero::before,
.counsel-hero::after {
  content: "";
  position: absolute;
  width: 860px;
  height: 150px;
  border-radius: 50%;
  border-top: 2px solid rgba(201, 143, 145, .24);
  transform: rotate(-18deg);
  pointer-events: none;
}

.counsel-hero::before {
  top: 95px;
  left: -180px;
}

.counsel-hero::after {
  right: -250px;
  bottom: 50px;
  border-color: rgba(141, 166, 180, .16);
}

.counsel-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  align-items: center;
  gap: 64px;
  padding-top: 66px;
  padding-bottom: 66px;
}

.counsel-hero-copy h1 {
  margin: 0;
  font-size: clamp(2.5rem, 5.1vw, 4.6rem);
  font-weight: 600;
  letter-spacing: .04em;
}

.counsel-hero-copy h1 span {
  display: block;
}

.counsel-script {
  margin: 2px 0 22px;
  color: var(--counsel-gold);
  font-family: 'Allura', cursive;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1.15;
}

.counsel-quote {
  max-width: 650px;
  margin: 0 0 16px;
  color: #56494c;
  font-family: 'Noto Serif TC', serif;
  font-size: 1.02rem;
  line-height: 2;
}

.counsel-quote strong {
  color: var(--counsel-burgundy);
  font-weight: 600;
}

.counsel-signoff {
  display: grid;
  width: min(330px, 62%);
  margin: 2px 2% 16px auto;
}

.counsel-signoff > span:first-child {
  justify-self: start;
  margin-left: 5%;
  color: var(--counsel-burgundy);
  font-family: 'Noto Serif TC', serif;
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .18em;
  transform: translateY(8px);
}

.counsel-signature-image {
  display: block;
  width: 100%;
  aspect-ratio: 1877 / 838;
  margin-top: -8%;
  background: var(--counsel-gold);
  transform: none;
  -webkit-mask: url("../images/christine-wu-signature.png?v=2") center / contain no-repeat;
  mask: url("../images/christine-wu-signature.png?v=2") center / contain no-repeat;
}

.counsel-hero-actions {
  grid-column: 1 / -1;
  justify-content: center;
  margin-top: -16px;
}

.counsel-portrait {
  width: 100%;
  max-width: 420px;
  margin: 0 0 0 auto;
}

.counsel-portrait-frame {
  position: relative;
}

.counsel-portrait-frame::before {
  content: "";
  position: absolute;
  inset: 24px -18px -20px 28px;
  border: 1px solid var(--counsel-gold-soft);
  border-radius: 220px 220px 28px 28px;
}

.counsel-portrait-frame img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5.25;
  object-fit: cover;
  object-position: 50% 22%;
  border-radius: 220px 220px 28px 28px;
  box-shadow: var(--counsel-shadow);
  filter: saturate(.92) contrast(.98);
}

.counsel-photo-credential {
  position: relative;
  margin: 34px -22px 0 12px;
  padding-top: 12px;
  color: var(--counsel-burgundy);
  border-top: 1px solid rgba(197, 143, 38, .42);
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.65;
  text-align: center;
}

/* ---------- 五段旅程書籤 ---------- */
.journey-overview {
  background:
    radial-gradient(ellipse at 10% 15%, rgba(255, 255, 255, .82), transparent 32%),
    linear-gradient(125deg, #f7edeb, #fbf8f5 54%, #f3e7e5);
}

.journey-tabs {
  max-width: 1020px;
  margin: 0 auto;
}

.journey-tablist {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  gap: 8px;
}

.journey-tab {
  position: relative;
  min-width: 0;
  min-height: 78px;
  padding: 16px 10px 19px;
  appearance: none;
  color: var(--counsel-gold);
  border: 1px solid rgba(197, 143, 38, .25);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 -8px 22px rgba(107, 47, 56, .035);
  font-family: 'Allura', cursive;
  font-size: 2.05rem;
  font-weight: 400;
  line-height: 1.4;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.journey-tab::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 18px;
  height: 18px;
  background: transparent;
  transform: translateX(-50%) rotate(45deg);
  transition: background .2s ease;
}

.journey-tab:hover {
  border-color: var(--counsel-gold);
  background: rgba(255, 255, 255, .94);
  transform: translateY(-3px);
}

.journey-tab:focus-visible {
  z-index: 3;
  outline: 3px solid rgba(197, 143, 38, .36);
  outline-offset: 3px;
}

.journey-tab.is-active,
.journey-tab.is-active:hover {
  z-index: 2;
  color: var(--counsel-gold);
  border-color: var(--counsel-gold);
  border-bottom: 3px solid var(--counsel-gold);
  background: rgba(255, 252, 247, .98);
  box-shadow: 0 -10px 24px rgba(197, 143, 38, .12);
  transform: none;
}

.journey-tab.is-active::after {
  display: none;
}

.journey-panels {
  display: grid;
  gap: 26px;
  padding-top: 10px;
}

.journey-accordion-trigger {
  display: none;
}

.journey-tabs.is-enhanced .journey-chapter[hidden] {
  display: none;
}

.journey-chapter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  align-items: start;
  gap: 28px;
  padding: 36px 38px;
  border-top: 2px solid var(--counsel-gold-soft);
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 16px 38px rgba(107, 47, 56, .055);
}

.journey-chapter h3 {
  margin-bottom: 8px;
  font-size: 1.45rem;
}

.journey-chapter-sub {
  margin: 0 0 16px;
  color: var(--counsel-gold);
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
}

.journey-chapter-body > p:last-child {
  margin: 0;
  color: #675a5d;
  font-size: .94rem;
  line-height: 1.9;
}

.journey-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 38px;
}

.journey-topics span {
  display: inline-block;
  padding: 5px 11px;
  color: var(--counsel-burgundy);
  border: 1px solid rgba(197, 143, 38, .18);
  border-radius: 999px;
  background: var(--counsel-cream);
  font-size: .77rem;
  line-height: 1.5;
}

.journey-collaboration {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 4px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  padding: 18px 22px;
  border: 0;
  border-top: 1px solid rgba(197, 143, 38, .48);
  background: rgba(247, 240, 232, .46);
}

.journey-collaboration h4 {
  margin: 0;
  color: var(--counsel-burgundy);
  font-family: 'Noto Serif TC', serif;
  font-size: 1rem;
}

.journey-collaboration p {
  margin: 0;
  color: var(--counsel-muted);
  font-size: .86rem;
  line-height: 1.85;
}

/* ---------- Meet Christine ---------- */
.meet-christine {
  background:
    radial-gradient(ellipse at 14% 18%, rgba(255, 255, 255, .72), transparent 28%),
    linear-gradient(125deg, #f7edeb, #fbf8f5 54%, #f3e7e5);
}

.meet-profile {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  align-items: start;
  gap: 40px;
}

.meet-portrait {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  max-width: 220px;
  margin: 30px auto 0;
}

.meet-portrait::before {
  content: "";
  position: absolute;
  inset: 22px -16px -18px 26px;
  border: 1px solid var(--counsel-gold-soft);
  border-radius: 180px 180px 20px 20px;
}

.meet-portrait img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 180px 180px 20px 20px;
  box-shadow: var(--counsel-shadow);
}

.meet-intro h2 {
  margin-bottom: 8px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.meet-role {
  margin: 0 0 24px;
  color: var(--counsel-gold);
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
}

.meet-quote {
  margin: 0 0 22px;
  padding-left: 18px;
  color: var(--counsel-burgundy);
  border-left: 2px solid var(--counsel-gold);
  font-family: 'Noto Serif TC', serif;
  font-size: 1.08rem;
  line-height: 1.95;
}

@media (min-width: 981px) {
  .meet-quote {
    white-space: nowrap;
    font-size: 1rem;
  }
}

.meet-intro > p:last-child {
  margin: 0;
  color: var(--counsel-muted);
  font-size: .94rem;
  line-height: 2;
}

.expertise {
  margin-top: 72px;
}

.expertise-title {
  margin: 8px 0 30px;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  text-align: center;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}

.expertise-card {
  padding: 28px 26px;
  border: 1px solid rgba(197, 143, 38, .26);
  background: rgba(255, 255, 255, .76);
  box-shadow: var(--counsel-shadow-soft);
}

.expertise-en {
  min-height: 2.4em;
  margin: 0 0 10px;
  color: var(--counsel-gold);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.55;
  text-transform: uppercase;
}

.expertise-card h3 {
  margin-bottom: 0;
  font-size: 1.18rem;
}

.expertise-card ul {
  margin: 18px 0 0;
  padding-left: 1.15em;
  color: var(--counsel-muted);
  font-size: .86rem;
  line-height: 1.85;
}

.expertise-card li::marker {
  color: var(--counsel-gold);
}

/* ---------- 預約會談 ---------- */
.booking-info {
  background: var(--counsel-porcelain);
}

.meet-intro {
  grid-column: 1;
  grid-row: 1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.booking-progress {
  position: relative;
  max-width: 760px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0 auto 34px;
  padding: 0;
  list-style: none;
}

.booking-progress::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 20px;
  right: 16.66%;
  left: 16.66%;
  height: 1px;
  background: rgba(197, 143, 38, .3);
}

.booking-progress li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 9px;
  color: #978b8d;
  font-size: .8rem;
  font-weight: 500;
  text-align: center;
}

.booking-progress-number {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #9b8d90;
  border: 1px solid rgba(197, 143, 38, .36);
  border-radius: 50%;
  background: #fff;
  font-family: 'Noto Serif TC', serif;
  font-size: .82rem;
  font-weight: 700;
}

.booking-progress li.is-active {
  color: var(--counsel-burgundy-deep);
  font-weight: 700;
}

.booking-progress li.is-active .booking-progress-number {
  color: #fff;
  border-color: var(--counsel-burgundy);
  background: var(--counsel-burgundy);
  box-shadow: 0 6px 16px rgba(107, 47, 56, .18);
}

.booking-flow-card {
  max-width: 820px;
  margin: 0 auto;
  padding: 36px;
  border: 1px solid rgba(197, 143, 38, .25);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--counsel-shadow);
}

.booking-flow-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.booking-flow-header h3 {
  margin: 0;
  color: var(--counsel-gold);
  font-size: 1.35rem;
}

.booking-flow-step {
  padding: 5px 9px;
  color: var(--counsel-burgundy);
  border-radius: 999px;
  background: var(--counsel-blush);
  font-family: 'Noto Serif TC', serif;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.booking-options {
  display: grid;
  gap: 12px;
}

.booking-option {
  position: relative;
  min-height: 82px;
  display: grid;
  grid-template-columns: 18px 28px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 17px 20px;
  color: var(--counsel-ink);
  border: 1px solid rgba(197, 143, 38, .34);
  border-radius: 12px;
  background: #fffdfa;
  cursor: pointer;
  text-decoration: none;
  transition:
    transform .2s ease,
    border-color .2s ease,
    box-shadow .2s ease,
    background .2s ease;
}

.booking-option > input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.booking-option:hover {
  transform: translateY(-2px);
  color: var(--counsel-ink);
  border-color: var(--counsel-gold);
  background: #fff;
  box-shadow: var(--counsel-shadow-soft);
}

.booking-option:has(input:focus-visible) {
  outline: 2px solid var(--counsel-burgundy);
  outline-offset: 3px;
}

.booking-option:has(input:checked) {
  border-color: var(--counsel-burgundy);
  background: #fff;
  box-shadow: 0 8px 24px rgba(107, 47, 56, .1);
}

.booking-option-marker {
  width: 15px;
  height: 15px;
  border: 1.5px solid #a99ea0;
  border-radius: 50%;
}

.booking-option input:checked + .booking-option-marker {
  border: 4px solid var(--counsel-burgundy);
}

.booking-option-code {
  color: var(--counsel-burgundy);
  font-family: 'Noto Serif TC', serif;
  font-size: 1.05rem;
  font-weight: 700;
}

.booking-option-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.booking-option-copy-main {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.booking-option-copy strong {
  color: var(--counsel-burgundy-deep);
  font-family: 'Noto Serif TC', serif;
  font-size: 1rem;
  line-height: 1.55;
}

.booking-option-description {
  color: var(--counsel-muted);
  font-family: 'Noto Sans TC', sans-serif;
  font-size: .78rem;
  font-weight: 500;
  line-height: 1.65;
}

.booking-option-copy strong small {
  display: inline-block;
  margin-left: 6px;
  padding: 3px 9px;
  color: #7b6844;
  border-radius: 999px;
  background: #f3e7c8;
  font-size: .74rem;
  font-weight: 700;
  white-space: nowrap;
}

.booking-option-meta {
  min-width: 126px;
  display: grid;
  justify-items: end;
  gap: 3px;
  font-family: 'Noto Sans TC', sans-serif;
  white-space: nowrap;
}

.booking-option-meta b {
  color: var(--counsel-gold);
  font-size: .95rem;
}

.booking-option-meta em {
  color: var(--counsel-muted);
  font-size: .75rem;
  font-style: normal;
}

.booking-option-divider {
  padding: 0 .25em;
  color: var(--counsel-gold);
}

.booking-option-consult {
  grid-template-columns: 18px minmax(0, 1fr);
}

.booking-option-consult .booking-option-copy {
  align-items: center;
}

.booking-form-step[hidden] {
  display: none;
}

.booking-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 28px;
}

.booking-privacy-note {
  margin: 0 0 20px;
  padding: 12px 15px;
  color: var(--counsel-muted);
  border-left: 3px solid var(--counsel-gold);
  background: #fffaf0;
  font-size: .84rem;
  line-height: 1.75;
}

.booking-form-section {
  margin-top: 22px;
  padding: 24px;
  border: 1px solid rgba(197, 143, 38, .24);
  border-radius: 15px;
  background: rgba(255, 253, 250, .72);
}

.booking-form-section:first-of-type {
  margin-top: 0;
}

.booking-form-section-header {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(197, 143, 38, .2);
}

.booking-form-section-header > span {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--counsel-gold-deep);
  border: 1px solid rgba(197, 143, 38, .42);
  border-radius: 50%;
  background: #fffaf1;
  font-family: 'Noto Serif TC', serif;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.booking-form-section-header h4 {
  margin: 0;
  color: var(--counsel-burgundy-deep);
  font-family: 'Noto Serif TC', serif;
  font-size: 1.03rem;
}

.booking-form-section-header .booking-required {
  margin-left: 5px;
  color: #a94b58;
  font-family: 'Noto Serif TC', serif;
  font-size: .68rem;
  font-weight: 700;
}

.booking-form-section-header .booking-multiple {
  margin-left: 5px;
  color: #a94b58;
  font-family: 'Noto Serif TC', serif;
  font-size: .68rem;
  font-weight: 700;
}

.booking-form-section-header p {
  margin: 4px 0 0;
  color: var(--counsel-muted);
  font-size: .78rem;
  line-height: 1.55;
}

.booking-form-section-header p strong {
  color: var(--counsel-burgundy);
  font-weight: 800;
}

.booking-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.booking-person-card {
  padding: 19px;
  border: 1px solid rgba(197, 143, 38, .22);
  border-radius: 12px;
  background: #fff;
}

.booking-person-card + .booking-person-card {
  margin-top: 16px;
}

.booking-person-card[hidden] {
  display: none;
}

.booking-person-card h5 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 17px;
  color: var(--counsel-burgundy-deep);
  font-family: 'Noto Serif TC', serif;
  font-size: .92rem;
}

.booking-person-card h5 span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--counsel-gold-deep);
  border: 1px solid rgba(197, 143, 38, .38);
  border-radius: 50%;
  font-family: 'Montserrat', sans-serif;
  font-size: .62rem;
}

.booking-person-card h5 b {
  font: inherit;
}

.booking-add-person {
  display: block;
  margin: 16px 0 0 auto;
  padding: 9px 16px;
  color: var(--counsel-burgundy);
  border: 1px solid rgba(197, 143, 38, .48);
  border-radius: 999px;
  background: #fffaf2;
  font: inherit;
  font-size: .8rem;
  font-weight: 700;
  cursor: pointer;
}

.booking-add-person[hidden] {
  display: none;
}

.booking-add-person:hover {
  border-color: var(--counsel-gold);
  background: #fff5e3;
}

.booking-field {
  display: grid;
  gap: 8px;
  color: var(--counsel-burgundy-deep);
  font-size: .88rem;
  font-weight: 700;
}

.booking-field b,
.booking-check-group b,
.booking-consent b {
  color: #a94b58;
  font-size: .72rem;
}

.booking-field input,
.booking-field select,
.booking-field textarea {
  width: 100%;
  padding: 12px 13px;
  color: var(--counsel-ink);
  border: 1px solid rgba(107, 47, 56, .2);
  border-radius: 9px;
  background: #fff;
  font: inherit;
  font-weight: 400;
}

.booking-field textarea {
  resize: vertical;
  line-height: 1.7;
}

.booking-field input:focus,
.booking-field select:focus,
.booking-field textarea:focus {
  outline: 2px solid rgba(197, 143, 38, .45);
  border-color: var(--counsel-gold);
}

.booking-field-wide {
  margin-top: 18px;
}

.booking-form-subsection {
  margin-top: 22px;
}

.booking-check-group {
  margin: 0;
  padding: 0;
  border: 0;
}

.booking-check-group legend {
  margin-bottom: 12px;
  color: var(--counsel-burgundy-deep);
  font-family: inherit;
  font-size: .88rem;
  font-weight: 700;
}

.booking-check-help {
  margin: -4px 0 16px;
  color: #766a6c;
  font-size: .82rem;
}

.booking-topic-groups {
  display: grid;
  gap: 14px;
}

.booking-topic-group {
  padding: 17px;
  border: 1px solid rgba(197, 143, 38, .25);
  border-radius: 12px;
  background: rgba(255, 252, 247, .75);
}

.booking-topic-group h4 {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 13px;
  color: var(--counsel-burgundy-deep);
  font-family: 'Noto Serif TC', serif;
  font-size: .94rem;
}

.booking-topic-group h4 span {
  color: var(--counsel-gold-deep);
  font-family: 'Montserrat', sans-serif;
  font-size: .72rem;
  letter-spacing: .04em;
}

.booking-topic-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.booking-topic-tags label {
  position: relative;
  cursor: pointer;
}

.booking-topic-tags input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
}

.booking-topic-tags label > span {
  display: block;
  padding: 7px 12px;
  color: #6b4a46;
  border: 1px solid rgba(197, 143, 38, .28);
  border-radius: 999px;
  background: #fffaf2;
  font-size: .78rem;
  line-height: 1.45;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.booking-topic-tags label:hover > span {
  border-color: rgba(107, 47, 56, .5);
}

.booking-topic-tags input:focus-visible + span {
  outline: 2px solid rgba(197, 143, 38, .5);
  outline-offset: 2px;
}

.booking-topic-tags input:checked + span {
  color: #fff;
  border-color: var(--counsel-burgundy);
  background: var(--counsel-burgundy);
}

.booking-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 16px;
}

.booking-check-grid label,
.booking-consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #62575a;
  font-size: .85rem;
  line-height: 1.55;
}

.booking-check-grid input,
.booking-consent input {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-top: 3px;
  accent-color: var(--counsel-burgundy);
}

.booking-symptom-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.booking-symptom-tags label {
  position: relative;
  cursor: pointer;
}

.booking-symptom-tags input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.booking-symptom-tags label {
  padding: 8px 12px;
  color: #6b4a46;
  border: 1px solid rgba(197, 143, 38, .28);
  border-radius: 999px;
  background: #fffaf2;
  font-size: .78rem;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.booking-symptom-tags label:has(input:checked) {
  color: #fff;
  border-color: var(--counsel-burgundy);
  background: var(--counsel-burgundy);
}

.booking-symptom-tags label:has(input:focus-visible) {
  outline: 2px solid rgba(197, 143, 38, .5);
  outline-offset: 2px;
}

.booking-form-subsection .booking-field:only-child {
  grid-column: 1 / -1;
}

.booking-availability-priority {
  margin: -2px 0 17px;
  padding: 11px 14px;
  color: #6b5b4f;
  border-left: 3px solid var(--counsel-gold);
  background: #fff9ed;
  font-size: .82rem;
  line-height: 1.65;
}

.booking-availability-priority strong {
  color: var(--counsel-burgundy);
  font-weight: 800;
}

.booking-availability-key {
  margin: -7px 0 14px;
  color: var(--counsel-muted);
  font-size: .76rem;
  line-height: 1.7;
  text-align: center;
}

.booking-availability-key span {
  color: var(--counsel-burgundy);
  font-weight: 800;
}

.booking-availability-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.booking-day-card {
  display: grid;
  gap: 8px;
  padding: 13px 10px 11px;
  border: 1px solid rgba(197, 143, 38, .28);
  border-radius: 12px;
  background: rgba(255, 252, 247, .8);
}

.booking-day-card h5 {
  margin: 0 0 3px;
  color: var(--counsel-burgundy-deep);
  font-family: 'Noto Serif TC', serif;
  font-size: .88rem;
  text-align: center;
}

.booking-day-card label {
  position: relative;
  cursor: pointer;
}

.booking-day-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.booking-day-card label > span {
  display: grid;
  gap: 1px;
  padding: 8px 4px;
  color: #65585a;
  border: 1px solid rgba(107, 47, 56, .16);
  border-radius: 8px;
  background: #fff;
  font-size: .88rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.booking-day-card label small {
  display: none;
}

.booking-day-card input:focus-visible + span {
  outline: 2px solid rgba(197, 143, 38, .5);
  outline-offset: 2px;
}

.booking-day-card input:checked + span {
  color: #fff;
  border-color: var(--counsel-burgundy);
  background: var(--counsel-burgundy);
}

.booking-day-card input:checked + span small {
  color: rgba(255, 255, 255, .82);
}

.booking-consent {
  margin: 0;
  padding: 14px;
  border-radius: 9px;
  background: var(--counsel-cream);
}

.booking-consent-group {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.booking-form-error {
  margin: 16px 0 0;
  padding: 11px 13px;
  color: #8b2635;
  border-radius: 8px;
  background: #fbeaec;
  font-size: .84rem;
}

.booking-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
}

.booking-complete {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.booking-complete .booking-flow-header {
  justify-content: center;
}

.booking-complete-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  color: #fff;
  border-radius: 50%;
  background: var(--counsel-burgundy);
  font-size: 1.6rem;
}

.booking-complete p {
  color: var(--counsel-muted);
  line-height: 1.8;
}

.booking-complete .booking-form-actions {
  justify-content: center;
}

.booking-line-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  margin: 25px auto;
  padding: 22px;
  border: 1px solid rgba(197, 143, 38, .35);
  border-radius: 16px;
  background: #fffaf2;
  text-align: left;
}

.booking-line-qr {
  display: block;
  padding: 0;
}

.booking-line-qr img {
  display: block;
  width: 100%;
  height: auto;
}

.booking-line-copy {
  display: grid;
  justify-items: start;
  gap: 7px;
}

.booking-line-copy > span {
  color: var(--counsel-gold);
  font-family: 'Noto Serif TC', serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.booking-line-copy > strong {
  margin-bottom: 8px;
  color: var(--counsel-burgundy-deep);
  font-family: 'Montserrat', 'Noto Sans TC', sans-serif;
  font-size: 1.3rem;
}

.booking-line-confirm {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 18px 0 0;
  border: 0;
  border-top: 1px solid rgba(197, 143, 38, .3);
  border-radius: 0;
  text-align: left;
  background: transparent;
}

.booking-line-intro {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 981px) {
  .booking-line-intro {
    white-space: nowrap;
  }
}

.booking-success[hidden],
.booking-line-card[hidden] {
  display: none;
}

/* ---------- FAQ ---------- */
.counsel-faq {
  background:
    radial-gradient(ellipse at 88% 8%, rgba(234, 240, 243, .5), transparent 28%),
    linear-gradient(125deg, #f7edeb, #fbf8f5 54%, #f3e7e5);
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid var(--counsel-gold-soft);
}

.faq-list details {
  border-bottom: 1px solid var(--counsel-gold-soft);
}

.faq-list summary {
  position: relative;
  padding: 22px 50px 22px 6px;
  color: var(--counsel-burgundy-deep);
  cursor: pointer;
  list-style: none;
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
  line-height: 1.65;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 17px;
  right: 10px;
  color: var(--counsel-gold);
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list summary:focus-visible {
  outline: 2px solid var(--counsel-gold);
  outline-offset: 3px;
}

.faq-answer {
  max-width: 790px;
  padding: 0 6px 20px;
}

.faq-answer p {
  margin: 0 0 10px;
  color: var(--counsel-muted);
  font-size: .92rem;
  line-height: 1.9;
}

/* ---------- 最終 CTA ---------- */
.counsel-final {
  padding: 90px 0;
  color: #fff;
  border-top: 3px solid var(--counsel-gold);
  background:
    radial-gradient(ellipse at 20% 10%, rgba(201, 143, 145, .22), transparent 38%),
    linear-gradient(145deg, var(--counsel-burgundy-deep), #63333b);
  text-align: center;
}

.counsel-final .counsel-eyebrow {
  color: var(--counsel-gold-soft);
}

.counsel-final h2 {
  max-width: 800px;
  margin: 0 auto 18px;
  color: #fff;
  font-size: clamp(1.65rem, 3.6vw, 2.5rem);
}

.counsel-final p:not(.counsel-eyebrow) {
  max-width: 720px;
  margin: 0 auto 28px;
  color: #eddcdf;
  line-height: 1.95;
}

.counseling-page .counsel-btn-gold {
  color: var(--counsel-burgundy-deep);
  border-color: var(--counsel-gold-soft);
  background: var(--counsel-gold-soft);
}

.counseling-page .counsel-btn-gold:hover {
  color: var(--counsel-burgundy-deep);
  background: #f2dba9;
}

.counseling-page .counsel-btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, .42);
  background: transparent;
}

.counseling-page .counsel-btn-outline:hover {
  color: #fff;
  border-color: var(--counsel-gold-soft);
  background: rgba(255, 255, 255, .08);
}

.counseling-page .site-footer {
  border-top-color: var(--counsel-gold);
  background: #f8f3ef;
  color: #776a6d;
}

.counseling-page .site-footer p,
.counseling-page .site-footer .muted {
  color: #776a6d;
}

/* ---------- 平板 ---------- */
@media (max-width: 980px) {
  .counseling-page .nav-menu {
    background: var(--counsel-porcelain);
  }

  .counsel-hero {
    min-height: auto;
  }

  .counsel-hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .counsel-hero-copy {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .counsel-quote {
    margin-right: auto;
    margin-left: auto;
  }

  .counsel-actions {
    justify-content: center;
  }

  .counsel-portrait {
    max-width: 360px;
    margin: 0 auto;
  }

  .journey-chapter {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .journey-topics {
    grid-column: 2;
  }

  .journey-chapter-legacy .journey-topics {
    grid-column: 2 / -1;
  }

  .meet-profile {
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 36px;
  }

  .meet-portrait {
    max-width: 240px;
  }

  .expertise-grid {
    grid-template-columns: 1fr;
  }

  .expertise-en {
    min-height: 0;
  }
}

/* ---------- 手機 ---------- */
@media (max-width: 680px) {
  .counsel-section {
    padding: 64px 0;
  }

  .counsel-hero-copy .counsel-quote {
    margin-bottom: 18px;
    font-size: .95rem;
    line-height: 1.9;
    text-align: left;
  }

  .counsel-hero-copy .counsel-quote br {
    display: none;
  }

  .counsel-hero-copy .counsel-quote strong {
    display: block;
    margin-top: 10px;
    padding-left: 12px;
    border-left: 2px solid var(--counsel-gold);
  }

  .counsel-hero-grid {
    gap: 38px;
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .counsel-hero-copy h1 {
    font-size: clamp(2.1rem, 11vw, 3rem);
    line-height: 1.38;
  }

  .counsel-script {
    font-size: 2.25rem;
  }

  .counsel-quote {
    font-size: .94rem;
  }

  .counsel-signoff {
    width: min(270px, 78%);
    margin-top: 2px;
    margin-right: 0;
    margin-bottom: 13px;
  }

  .counsel-signoff > span:first-child {
    font-size: .78rem;
  }

  .counsel-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .counsel-hero-actions {
    order: 2;
    width: min(100%, 320px);
    margin: -5px auto 0;
  }

  .counsel-actions .btn {
    width: 100%;
  }

  .booking-line-card {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
    padding: 18px;
    text-align: center;
  }

  .booking-line-qr {
    width: min(210px, 78vw);
  }

  .booking-line-copy {
    width: 100%;
    justify-items: center;
  }

  .booking-topic-group h4 {
    display: grid;
    gap: 5px;
  }

  .booking-topic-group h4 span {
    white-space: nowrap;
  }

  .counsel-portrait {
    order: 3;
    max-width: 300px;
  }

  .counsel-photo-credential {
    margin: 31px -10px 0;
    padding: 11px 8px 0;
    font-size: .82rem;
    line-height: 1.8;
  }

  .journey-tablist {
    display: none;
  }

  .journey-panels {
    gap: 0;
    padding-top: 0;
  }

  .journey-accordion-trigger {
    width: 100%;
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
    padding: 13px 16px;
    color: var(--counsel-burgundy-deep);
    border: 0;
    border-bottom: 1px solid rgba(197, 143, 38, .28);
    border-radius: 0;
    background: transparent;
    line-height: 1;
    text-align: left;
  }

  .journey-accordion-label {
    display: grid;
    gap: 5px;
  }

  .journey-accordion-en {
    color: var(--counsel-gold);
    font-family: 'Noto Sans TC', sans-serif;
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.4;
    text-transform: uppercase;
  }

  .journey-accordion-zh {
    color: var(--counsel-burgundy-deep);
    font-family: 'Noto Serif TC', serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .journey-accordion-indicator {
    color: var(--counsel-gold);
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .journey-accordion-trigger.is-active {
    padding-left: 13px;
    border-left: 3px solid var(--counsel-gold);
    border-bottom-color: transparent;
    background: rgba(255, 252, 247, .72);
  }

  .journey-chapter {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 28px 24px;
    border-top: 0;
    border-left: 3px solid rgba(197, 143, 38, .38);
    border-radius: 0;
    box-shadow: none;
  }

  .journey-chapter h3 {
    display: none;
  }

  .journey-topics {
    grid-column: auto;
    padding-top: 0;
  }

  .journey-collaboration,
  .journey-chapter-legacy .journey-topics {
    grid-column: auto;
  }

  .journey-collaboration {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 17px 18px;
  }

  .meet-profile {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .meet-portrait {
    grid-column: 1;
    grid-row: 2;
    max-width: 260px;
    margin-top: 0;
  }

  .meet-portrait img {
    aspect-ratio: 4 / 3;
    object-position: 50% 48%;
    border-radius: 120px 120px 20px 20px;
  }

  .meet-portrait::before {
    border-radius: 120px 120px 20px 20px;
  }

  .meet-intro {
    grid-column: 1;
    grid-row: 1;
    text-align: center;
  }

  .meet-quote {
    text-align: left;
  }

  .meet-intro > p:last-child {
    text-align: left;
  }

  .expertise {
    margin-top: 54px;
  }

  .expertise-card {
    padding: 26px 22px;
  }

  .booking-progress {
    gap: 6px;
    margin-bottom: 28px;
  }

  .booking-progress li {
    font-size: .72rem;
  }

  .booking-progress-number {
    width: 36px;
    height: 36px;
  }

  .booking-progress::before {
    top: 18px;
  }

  .booking-flow-card {
    padding: 26px 18px;
    border-radius: 14px;
  }

  .booking-flow-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .booking-option {
    grid-template-columns: 16px 22px minmax(0, 1fr);
    gap: 9px;
    padding: 15px 14px;
  }

  .booking-option-copy {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .booking-option-meta {
    min-width: 0;
    justify-items: start;
  }

  .booking-option-consult {
    grid-template-columns: 16px minmax(0, 1fr);
  }

  .booking-form-grid,
  .booking-check-grid {
    grid-template-columns: 1fr;
  }

  .booking-form-section {
    margin-top: 16px;
    padding: 18px 15px;
    border-radius: 12px;
  }

  .booking-form-section-header {
    align-items: flex-start;
    margin-bottom: 17px;
    padding-bottom: 13px;
  }

  .booking-form-section-header > span {
    width: 32px;
    height: 32px;
  }

  .booking-form-section-header h4 {
    font-size: .98rem;
  }

  .booking-form-section-header p {
    font-size: .75rem;
  }

  .booking-topic-group {
    padding: 14px;
  }

  .booking-topic-tags {
    gap: 7px;
  }

  .booking-topic-tags label > span {
    padding: 7px 10px;
  }

  .booking-availability-grid {
    grid-template-columns: 1fr;
  }

  .booking-day-card {
    grid-template-columns: 72px repeat(3, minmax(0, 1fr));
    align-items: center;
    padding: 10px;
  }

  .booking-day-card h5 {
    margin: 0;
  }

  .booking-form-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .booking-form-actions .btn {
    width: 100%;
  }

  .faq-list summary {
    padding-left: 0;
  }

  .counsel-final {
    padding: 72px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .counseling-page *,
  .counseling-page *::before,
  .counseling-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
