@font-face {
  font-family: "Aidigong Song";
  src: url("../assets/sycnR_index.ttf") format("truetype");
  font-display: swap;
}

:root {
  --wine: #5a0d14;
  --wine-deep: #36060b;
  --wine-soft: #8f2119;
  --cream: #fff9f5;
  --apricot: #f9e8dc;
  --gold: #d9aa65;
  --coral: #e8874d;
  --ink: #4b302e;
  --muted: #866f6a;
  --line: #ecd8cc;
  --shadow: 0 22px 55px rgba(82, 31, 26, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.archive-page {
  margin: 0;
  background: #fffdfb;
  color: var(--ink);
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.archive-hero {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  isolation: isolate;
  background: #f7e7d5;
}

.archive-hero::after {
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 52px;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 253, 251, 0), #fffdfb);
}

.archive-hero-media,
.archive-hero-media img {
  position: absolute;
  z-index: -2;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.archive-hero-media {
  background: #eed4b0;
}

.archive-hero-media img {
  object-fit: contain;
  object-position: right center;
}

.archive-hero-inner {
  display: flex;
  align-items: center;
  min-height: 410px;
}

.archive-hero-copy {
  width: min(520px, 43vw);
  padding: 32px 0 45px;
}

.archive-eyebrow,
.section-kicker,
.footer-kicker {
  margin: 0 0 11px;
  color: var(--coral);
  font-family: Georgia, serif;
  font-size: 11px;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.archive-hero h1 {
  margin: 0;
  color: #851f17;
  font-family: "Aidigong Song", "Songti SC", SimSun, serif;
  font-size: clamp(42px, 4vw, 66px);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.18;
}

.archive-hero-copy > p:not(.archive-eyebrow) {
  margin: 12px 0 24px;
  color: #735451;
  font-family: "Songti SC", SimSun, serif;
  font-size: 18px;
}

.archive-search {
  display: grid;
  width: min(500px, 100%);
  min-height: 54px;
  padding: 5px 6px 5px 18px;
  border: 1px solid rgba(133, 31, 23, 0.15);
  border-radius: 999px;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 14px 36px rgba(83, 34, 26, 0.09);
  backdrop-filter: blur(13px);
}

.archive-search i { color: #8b6d67; font-size: 20px; }
.archive-search input {
  width: 100%;
  min-width: 0;
  padding: 0 12px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
}
.archive-search input::placeholder { color: #9c8985; }
.archive-search button {
  min-height: 42px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: var(--wine);
  color: white;
  cursor: pointer;
  font: 600 14px/1 "Microsoft YaHei", sans-serif;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.archive-search button:hover { background: #75161a; box-shadow: 0 9px 24px rgba(90, 13, 20, 0.22); transform: translateY(-1px); }
.archive-search button:active { transform: translateY(1px); }

.archive-content { padding-top: 50px; padding-bottom: 76px; }
.archive-intro {
  display: grid;
  margin-bottom: 22px;
  padding: 0 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 30px;
}
.archive-intro h2,
.archive-results-header h2 {
  margin: 0;
  color: #762115;
  font-family: "Aidigong Song", "Songti SC", SimSun, serif;
  font-size: 31px;
  font-weight: 400;
}
.archive-intro > div > p:last-child { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.archive-stat { display: flex; align-items: baseline; gap: 9px; color: var(--muted); }
.archive-stat strong { color: var(--wine); font-family: Georgia, serif; font-size: 38px; font-weight: 400; }
.archive-stat span { font-size: 13px; }

.category-nav {
  display: grid;
  margin-bottom: 34px;
  padding: 16px;
  border: 1px solid #efd9cd;
  border-radius: 22px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 9px;
  background: linear-gradient(145deg, #fff7f1, #fffaf7);
  box-shadow: var(--shadow);
}

.category-pill {
  display: flex;
  min-width: 0;
  min-height: 66px;
  padding: 10px 11px;
  border: 1px solid transparent;
  border-radius: 15px;
  align-items: center;
  gap: 9px;
  color: #654a46;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.category-pill:hover { border-color: #edd2c5; background: #fff; box-shadow: 0 10px 22px rgba(88, 37, 31, 0.07); transform: translateY(-2px); }
.category-pill.is-active { background: var(--wine); color: #fff; box-shadow: 0 12px 25px rgba(90, 13, 20, 0.2); }
.category-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 12px;
  place-items: center;
  background: #fff0e7;
  color: var(--coral);
  font-size: 18px;
}
.category-pill.is-active .category-icon { background: rgba(255,255,255,.14); color: #f5c680; }
.category-pill > span:last-child { display: grid; min-width: 0; gap: 3px; }
.category-pill strong { overflow: hidden; font-size: 13px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.category-pill small { color: #9b827d; font-size: 11px; }
.category-pill.is-active small { color: rgba(255,255,255,.7); }

.archive-results-header {
  display: flex;
  min-height: 64px;
  padding: 0 8px 14px;
  border-bottom: 1px solid var(--line);
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.archive-results-header > p { display: flex; margin: 0 0 4px; align-items: center; gap: 16px; color: var(--muted); font-size: 13px; }
.archive-results-header a { color: #8f2119; text-underline-offset: 4px; }

.question-index-list {
  display: grid;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.question-index-card {
  display: grid;
  min-width: 0;
  min-height: 128px;
  padding: 20px 20px 20px 18px;
  border: 1px solid #ead9d0;
  border-radius: 18px;
  grid-template-columns: 52px minmax(0, 1fr) 22px;
  align-items: start;
  gap: 15px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(74, 38, 31, 0.035);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.question-index-card:hover { border-color: #e6bda8; box-shadow: 0 18px 34px rgba(83, 34, 26, 0.09); transform: translateY(-3px); }
.question-index-number { color: #d1aba1; font-family: Georgia, serif; font-size: 23px; line-height: 1.2; }
.question-index-content { min-width: 0; }
.question-index-meta { display: flex; margin-bottom: 8px; align-items: center; gap: 7px; color: var(--coral); font-size: 11px; }
.question-index-meta time { margin-left: auto; color: #a99591; }
.question-index-content > a { display: grid; gap: 7px; color: inherit; text-decoration: none; }
.question-index-content strong { color: #6e211d; font-family: "Songti SC", SimSun, serif; font-size: 17px; font-weight: 500; line-height: 1.55; }
.question-index-content a > span { display: -webkit-box; overflow: hidden; color: #7e6965; font-size: 12px; line-height: 1.7; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.question-index-arrow { color: #c68a6e; transition: transform 160ms ease; }
.question-index-card:hover .question-index-arrow { transform: translate(2px, -2px); }

.archive-page-footer { display: flex; margin-top: 28px; min-height: 64px; align-items: center; justify-content: space-between; gap: 20px; }
.archive-page-footer > p { margin: 0; color: var(--muted); font-size: 13px; }
.archive-pagination { display: flex; align-items: center; gap: 10px; }
.pagination-numbers { display: flex; align-items: center; gap: 6px; }
.archive-pagination a,
.archive-pagination span { display: inline-flex; min-width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 11px; align-items: center; justify-content: center; color: #6f4e49; text-decoration: none; font-size: 13px; }
.archive-pagination a:hover { border-color: #ca967b; background: #fff5ee; }
.archive-pagination .is-current { border-color: var(--wine); background: var(--wine); color: #fff; }
.archive-pagination .pagination-ellipsis { min-width: 23px; border-color: transparent; }
.archive-pagination .pagination-direction { min-width: 84px; padding: 0 12px; gap: 5px; }
.archive-pagination .pagination-direction > span { min-width: 0; height: auto; border: 0; border-radius: 0; color: inherit; }
.archive-pagination .is-disabled { opacity: .38; }

.archive-content-note,
.archive-empty { margin-top: 26px; padding: 18px 20px; border: 1px solid #edd8cb; border-radius: 16px; background: #fff8f2; }
.archive-content-note { display: flex; align-items: flex-start; gap: 10px; color: #846a64; font-size: 12px; line-height: 1.75; }
.archive-content-note i { margin-top: 2px; color: var(--coral); font-size: 18px; }
.archive-content-note p { margin: 0; }
.archive-empty { display: grid; min-height: 260px; place-items: center; align-content: center; text-align: center; }
.archive-empty > i { color: #d6a37f; font-size: 38px; }
.archive-empty h2 { margin: 14px 0 4px; color: #73221d; font: 400 24px/1.5 "Songti SC", serif; }
.archive-empty p { max-width: 520px; margin: 0; color: var(--muted); }
.archive-empty a { margin-top: 18px; color: var(--wine); }

.site-footer-unified {
  margin: 0;
  padding: 0;
  background: linear-gradient(145deg, #4d0a10 0%, #34060a 100%);
  color: rgba(255,255,255,.76);
}
.footer-unified-inner { padding-top: 0; }
.footer-consult { display: grid; min-height: 178px; padding: 42px 0 36px; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 36px; }
.footer-consult h2 { margin: 0 0 9px; color: #fff8f0; font: 400 29px/1.4 "Songti SC", SimSun, serif; }
.footer-consult p:not(.footer-kicker) { margin: 0; color: rgba(255,255,255,.65); font-size: 13px; }
.footer-kicker { color: #e4b66d; }
.footer-consult-actions { display: flex; gap: 10px; }
.footer-button { display: inline-flex; min-height: 46px; padding: 0 20px; border-radius: 999px; align-items: center; justify-content: center; gap: 7px; color: #fff; text-decoration: none; font-size: 13px; transition: transform 160ms ease, background 160ms ease; }
.footer-button:hover { transform: translateY(-2px); }
.footer-button-primary { background: #e6a75e; color: #541119; }
.footer-button-ghost { border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.05); }
.footer-divider { height: 1px; background: rgba(255,255,255,.11); }
.footer-main-unified { display: grid; padding-top: 34px; padding-bottom: 28px; grid-template-columns: minmax(240px, .8fr) 1.6fr; gap: 80px; }
.footer-main-unified .footer-brand p { margin-top: 7px; color: rgba(255,255,255,.52); font-size: 11px; letter-spacing: .16em; }
.footer-main-unified .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.footer-main-unified .footer-links h2 { margin: 0 0 13px; color: #fff4ea; font-size: 13px; }
.footer-main-unified .footer-links a { display: block; margin-top: 8px; color: rgba(255,255,255,.62); text-decoration: none; font-size: 12px; }
.footer-main-unified .footer-links a:hover { color: #f2c57f; }
.footer-bottom-unified { display: flex; padding: 18px 0 24px; border-top: 1px solid rgba(255,255,255,.08); align-items: center; justify-content: space-between; gap: 24px; }
.footer-bottom-unified p { margin: 0; color: rgba(255,255,255,.43); font-size: 10px; }

.mobile-consult-bar { display: none; }
.answer-sequence { display: grid; margin: 30px 0; grid-template-columns: 1fr 1fr; gap: 12px; }
.answer-sequence > a { display: grid; padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; color: #6f251e; text-decoration: none; gap: 5px; }
.answer-sequence .is-next { text-align: right; }
.answer-sequence small { color: var(--muted); }

@media (max-width: 1120px) {
  .category-nav { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .archive-hero-media img { object-position: right center; }
}

@media (max-width: 720px) {
  body.archive-page { padding-bottom: 66px; background: #fffaf6; }
  .archive-hero { min-height: 620px; background: #f9e7d9; }
  .archive-hero-media { inset: 0; }
  .archive-hero-media img { object-fit: cover; object-position: 50% 54%; }
  .archive-hero::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(to bottom, rgba(249,231,217,.03) 0, rgba(249,231,217,.04) 42%, rgba(255,250,246,.12) 100%); }
  .archive-hero::after { height: 80px; }
  .archive-hero-inner { align-items: flex-start; min-height: 620px; padding-top: 30px; }
  .archive-hero-copy { width: 100%; padding: 0; }
  .archive-eyebrow { margin-bottom: 7px; font-size: 9px; }
  .archive-hero h1 { max-width: 300px; font-size: 35px; line-height: 1.25; }
  .archive-hero-copy > p:not(.archive-eyebrow) { margin: 5px 0 14px; font-size: 14px; }
  .archive-search { position: absolute; z-index: 2; right: 16px; bottom: 25px; left: 16px; width: auto; min-height: 52px; padding-left: 16px; }
  .archive-search button { min-height: 40px; padding: 0 15px; }
  .archive-content { padding-top: 24px; padding-bottom: 48px; }
  .archive-intro { margin-bottom: 16px; padding: 0 2px; grid-template-columns: 1fr; gap: 11px; }
  .archive-intro h2 { font-size: 25px; }
  .archive-intro > div > p:last-child { font-size: 12px; line-height: 1.7; }
  .archive-stat { justify-content: flex-start; }
  .archive-stat strong { font-size: 30px; }
  .category-nav { display: flex; margin-right: -16px; margin-bottom: 24px; margin-left: -16px; padding: 10px 16px 14px; border-width: 1px 0; border-radius: 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; box-shadow: 0 10px 25px rgba(77,24,20,.05); }
  .category-nav::-webkit-scrollbar { display: none; }
  .category-pill { min-width: 142px; min-height: 58px; padding: 9px 10px; scroll-snap-align: start; background: rgba(255,255,255,.75); }
  .category-icon { width: 31px; height: 31px; }
  .archive-results-header { align-items: flex-start; padding: 0 2px 12px; }
  .archive-results-header h2 { font-size: 25px; }
  .archive-results-header > p { align-items: flex-end; flex-direction: column; gap: 1px; padding-top: 4px; font-size: 11px; }
  .question-index-list { grid-template-columns: 1fr; gap: 10px; margin-top: 13px; }
  .question-index-card { min-height: 0; padding: 17px 14px; border-radius: 15px; grid-template-columns: 40px minmax(0, 1fr) 17px; gap: 10px; }
  .question-index-number { font-size: 19px; }
  .question-index-meta time { display: none; }
  .question-index-content strong { font-size: 16px; }
  .archive-page-footer { align-items: stretch; flex-direction: column; gap: 13px; }
  .archive-page-footer > p { text-align: center; }
  .archive-pagination { justify-content: space-between; }
  .pagination-numbers { gap: 4px; }
  .archive-pagination a, .archive-pagination span { min-width: 34px; height: 36px; border-radius: 10px; }
  .archive-pagination .pagination-direction { min-width: 72px; padding: 0 8px; }
  .pagination-direction span { border: 0; }
  .pagination-numbers a:nth-child(n+5):not(:last-child) { display: none; }
  .footer-consult { grid-template-columns: 1fr; min-height: 0; padding: 36px 0 30px; gap: 20px; }
  .footer-consult h2 { font-size: 25px; }
  .footer-consult-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .footer-main-unified { grid-template-columns: 1fr; padding: 26px 0 20px; gap: 24px; }
  .footer-main-unified .footer-links { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .footer-bottom-unified { align-items: flex-start; flex-direction: column; gap: 6px; padding-bottom: 24px; }
  .mobile-consult-bar { position: fixed; z-index: 80; right: 0; bottom: 0; left: 0; display: grid; height: 62px; padding: 7px 10px calc(7px + env(safe-area-inset-bottom)); grid-template-columns: 1fr 1.35fr; gap: 8px; background: rgba(255,250,246,.95); box-shadow: 0 -12px 30px rgba(66,20,18,.12); backdrop-filter: blur(16px); }
  .mobile-consult-bar a { display: flex; border: 1px solid #dcbba9; border-radius: 12px; align-items: center; justify-content: center; gap: 7px; color: var(--wine); text-decoration: none; font-size: 13px; font-weight: 600; }
  .mobile-consult-bar a:last-child { border-color: var(--wine); background: var(--wine); color: #fff; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* Selected homepage concept: two server-selected presentation layers. */
.faq-home-desktop {
  /* Keep editorial content composed on 1920px through 4K desktop displays. */
  --faq-desktop-content-max: 1280px;
  min-width: 1024px;
  background: #fffdfa;
}

.faq-desktop-layout {
  width: min(var(--faq-desktop-content-max), calc(100vw - 96px));
  margin-inline: auto;
}

.faq-desktop-header {
  position: relative;
  z-index: 30;
  height: 44px;
  background: var(--wine-900);
  color: #f8e9db;
}

.faq-desktop-header-inner {
  position: relative;
  display: flex;
  width: var(--shell);
  height: 44px;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
}

.faq-desktop-brand {
  position: absolute;
  left: 0;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 2px 6px 2px 0;
  transition: opacity 180ms ease, transform 180ms ease;
}

.faq-desktop-brand:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.faq-desktop-brand img {
  width: 130px;
  height: auto;
}

.faq-desktop-header p {
  margin: 0;
  color: #f8e9db;
  font-family: Georgia, serif;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-align: center;
}

.faq-desktop-phone {
  position: absolute;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #f8e9db;
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.06em;
}

.faq-desktop-phone i {
  color: var(--gold-500);
  font-size: 14px;
}

.faq-desktop-hero {
  position: relative;
  height: 456px;
  overflow: hidden;
  background: #f4e2ce;
}

.faq-desktop-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 253, 250, 0.38) 0%, rgba(255, 253, 250, 0.04) 49%, rgba(255, 253, 250, 0) 72%);
}

.faq-desktop-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 18%;
}

.faq-desktop-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  align-items: center;
}

.faq-desktop-hero-copy {
  width: 690px;
  padding-top: 2px;
}

.faq-home-desktop .archive-eyebrow {
  margin: 0 0 19px;
  color: #bc873a;
  font-family: Georgia, var(--serif);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.19em;
}

.faq-desktop-hero h1 {
  margin: 0;
  color: #5a1014;
  font-family: var(--serif);
  font-size: 72px;
  font-weight: 400;
  letter-spacing: 0.055em;
  line-height: 1.08;
}

.faq-desktop-hero-copy > p:not(.archive-eyebrow) {
  margin: 20px 0 28px;
  color: #6b5c57;
  font-family: var(--serif);
  font-size: 20px;
  letter-spacing: 0.05em;
}

.faq-home-search {
  overflow: hidden;
}

.faq-home-desktop .faq-home-search {
  display: grid;
  width: 700px;
  height: 70px;
  padding: 0;
  border: 1px solid rgba(96, 63, 50, 0.2);
  border-radius: 0;
  grid-template-columns: 56px minmax(0, 1fr) 164px;
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.faq-home-desktop .faq-home-search > i {
  color: #756b65;
  font-size: 25px;
  text-align: right;
}

.faq-home-desktop .faq-home-search input {
  height: 100%;
  padding: 0 18px;
  color: #3f302d;
  font-size: 17px;
}

.faq-home-desktop .faq-home-search button {
  display: inline-flex;
  height: 100%;
  min-height: 0;
  padding: 0 22px;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  gap: 13px;
  background: linear-gradient(135deg, #5a0b12, #6a1117);
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.faq-home-desktop .faq-home-search button i {
  color: #d4ac67;
  font-size: 16px;
}

.faq-desktop-library {
  padding: 33px 0 88px;
}

.faq-desktop-library-intro {
  display: grid;
  min-height: 82px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 48px;
}

.faq-desktop-library-intro h2,
.faq-home-desktop .faq-home-results-header h2 {
  margin: 0;
  color: #581014;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.faq-desktop-library-intro > div > p {
  margin: 8px 0 0;
  color: #8b7c75;
  font-size: 13px;
}

.faq-home-desktop .archive-stat {
  display: grid;
  min-width: 185px;
  justify-items: start;
  gap: 3px;
}

.faq-home-desktop .archive-stat p {
  display: flex;
  margin: 0;
  align-items: baseline;
  gap: 10px;
}

.faq-home-desktop .archive-stat strong {
  color: #641017;
  font-family: Georgia, var(--serif);
  font-size: 39px;
  font-weight: 400;
  line-height: 1;
}

.faq-home-desktop .archive-stat span,
.faq-home-desktop .archive-stat small {
  color: #91847e;
  font-size: 12px;
}

.faq-home-divider {
  position: relative;
  display: grid;
  height: 28px;
  margin-bottom: 11px;
  place-items: center;
}

.faq-home-divider::before {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: #e2c99c;
}

.faq-home-divider span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 38px;
  height: 28px;
  place-items: center;
  background: #fffdfa;
  color: #d3a24f;
  font-family: Georgia, serif;
  font-size: 19px;
  font-style: italic;
}

.faq-home-categories {
  margin: 0;
  padding: 0;
}

.faq-home-categories-desktop {
  display: grid;
  min-height: 112px;
  margin-bottom: 25px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.faq-home-desktop .faq-home-category {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 100px;
  padding: 14px 18px 15px;
  border: 0;
  border-right: 1px solid #eadfd7;
  border-radius: 0;
  place-items: center;
  align-content: center;
  gap: 8px;
  background: transparent;
  box-shadow: none;
  color: #5b4a44;
  text-align: center;
}

.faq-home-desktop .faq-home-category:last-child {
  border-right: 0;
}

.faq-home-desktop .faq-home-category::after {
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 34px;
  height: 2px;
  content: "";
  background: #d1a04d;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 160ms ease, width 160ms ease;
}

.faq-home-desktop .faq-home-category:hover,
.faq-home-desktop .faq-home-category.is-active {
  border-color: #eadfd7;
  background: transparent;
  box-shadow: none;
  color: #5a1014;
  transform: none;
}

.faq-home-desktop .faq-home-category:hover::after,
.faq-home-desktop .faq-home-category.is-active::after {
  width: 42px;
  opacity: 1;
}

.faq-home-category-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #d19b3f;
  font-size: 26px;
}

.faq-home-category-copy {
  display: grid;
  gap: 0;
}

.faq-home-category-copy strong {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.faq-home-category-copy small {
  color: #9b908b;
  font-size: 11px;
}

.faq-home-results-header {
  display: flex;
  min-height: 75px;
  padding: 8px 0 14px;
  border-bottom: 1px solid #e5d9d1;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.faq-home-desktop .faq-home-results-header {
  min-height: 61px;
  padding-top: 0;
}

.faq-home-desktop .faq-home-results-header .section-kicker {
  display: none;
}

.faq-home-results-header .section-kicker {
  margin-bottom: 4px;
  color: #c28a3b;
}

.faq-home-results-meta {
  display: flex;
  align-items: center;
  gap: 22px;
}

.faq-home-results-meta p {
  display: flex;
  margin: 0;
  align-items: center;
  gap: 12px;
  color: #8e807a;
  font-size: 12px;
}

.faq-home-results-meta p a {
  color: #6a1519;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.faq-home-consult {
  display: inline-flex;
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid #d4a451;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #bc8230;
  font-size: 13px;
  transition: background 160ms ease, color 160ms ease;
}

.faq-home-consult:hover {
  background: #5a0d14;
  color: #fff;
}

.faq-home-desktop .question-index-list {
  display: block;
  margin: 0;
  padding: 0;
}

.faq-home-desktop .question-index-card {
  display: grid;
  min-height: 88px;
  padding: 15px 8px;
  border: 0;
  border-bottom: 1px solid #eadfd8;
  border-radius: 0;
  grid-template-columns: 66px 112px minmax(0, 1fr) 118px 24px;
  align-items: center;
  gap: 14px;
  background: transparent;
  box-shadow: none;
}

.faq-home-desktop .question-index-card:hover {
  border-color: #dfc8b9;
  background: #fffaf5;
  box-shadow: none;
  transform: none;
}

.faq-home-desktop .question-index-number {
  color: #c68c35;
  font-family: Georgia, var(--serif);
  font-size: 25px;
  line-height: 1;
}

.question-index-category {
  color: #c18a39;
  font-family: var(--serif);
  font-size: 12px;
}

.faq-home-desktop .question-index-content a {
  display: grid;
  gap: 3px;
}

.faq-home-desktop .question-index-content strong {
  color: #511216;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

.faq-home-desktop .question-index-content a > span {
  display: block;
  overflow: hidden;
  color: #8b7f79;
  font-size: 11px;
  line-height: 1.55;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.faq-home-desktop .question-index-card > time {
  color: #9e928d;
  font-size: 11px;
  text-align: right;
}

.faq-home-desktop .question-index-arrow {
  color: #c58d35;
  font-size: 20px;
}

.faq-home-desktop .archive-page-footer {
  padding: 24px 0 4px;
}

.faq-home-desktop .archive-content-note {
  border-radius: 0;
  background: #fffaf5;
}

/* Mobile receives its own markup, not a collapsed desktop composition. */
.faq-home-mobile {
  width: 100%;
  min-width: 320px;
  padding-bottom: 0 !important;
  overflow-x: hidden;
  background: #fffdfa !important;
}

.faq-mobile-header {
  position: relative;
  z-index: 50;
  height: 58px;
  background: linear-gradient(115deg, #4a0a10, #641017 58%, #4b0b11);
}

.faq-mobile-header-inner {
  display: flex;
  height: 58px;
  padding: 0 18px;
  align-items: center;
  justify-content: space-between;
}

.faq-mobile-brand img {
  width: 145px;
  height: auto;
}

.faq-mobile-header-actions {
  display: flex;
  align-items: center;
  gap: 17px;
}

.faq-mobile-header-actions a,
.faq-mobile-header-actions button {
  display: grid;
  width: 29px;
  height: 38px;
  padding: 0;
  border: 0;
  place-items: center;
  background: transparent;
  color: #e0ad59;
  cursor: pointer;
  font-size: 25px;
}

.faq-mobile-header-actions button {
  font-size: 28px;
}

.faq-mobile-menu {
  position: absolute;
  top: 58px;
  right: 0;
  left: 0;
  display: grid;
  padding: 10px 20px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: #4b0b11;
  box-shadow: 0 18px 36px rgba(49, 6, 10, 0.25);
}

.faq-mobile-menu a {
  padding: 11px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  color: #fff7ef;
  font-size: 13px;
}

.faq-mobile-hero {
  position: relative;
  height: 492px;
  overflow: hidden;
  background: #f5e7d9;
}

.faq-mobile-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 251, 247, 0.2) 0%, rgba(255, 251, 247, 0) 56%, rgba(255, 251, 247, 0.12) 100%);
}

.faq-mobile-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 49%;
}

.faq-mobile-hero-copy {
  position: absolute;
  z-index: 2;
  top: 35px;
  right: 22px;
  left: 22px;
}

.faq-home-mobile .archive-eyebrow {
  margin: 0 0 16px;
  color: #bc8436;
  font-family: Georgia, var(--serif);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.17em;
}

.faq-mobile-hero h1 {
  margin: 0;
  color: #551014;
  font-family: var(--serif);
  font-size: clamp(42px, 12.4vw, 52px);
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.12;
  white-space: nowrap;
}

.faq-mobile-hero-copy > p:not(.archive-eyebrow) {
  margin: 17px 0 0;
  color: #655a56;
  font-family: var(--serif);
  font-size: 18px;
  letter-spacing: 0.05em;
}

.faq-home-mobile .faq-home-search {
  position: absolute;
  z-index: 3;
  right: 17px;
  bottom: 27px;
  left: 17px;
  display: grid;
  width: auto;
  height: 58px;
  min-height: 58px;
  padding: 0;
  border: 1px solid rgba(90, 13, 20, 0.14);
  border-radius: 32px;
  grid-template-columns: 47px minmax(0, 1fr) 126px;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 34px rgba(70, 33, 23, 0.11);
  backdrop-filter: blur(12px);
}

.faq-home-mobile .faq-home-search > i {
  color: #6f6863;
  font-size: 23px;
  text-align: right;
}

.faq-home-mobile .faq-home-search input {
  height: 100%;
  padding: 0 10px 0 13px;
  font-size: 14px;
}

.faq-home-mobile .faq-home-search button {
  display: inline-flex;
  height: 58px;
  min-height: 58px;
  padding: 0 14px;
  border-radius: 0 32px 32px 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.faq-home-mobile .faq-home-search button i {
  color: #d4ac67;
  font-size: 14px;
}

.faq-mobile-library {
  padding: 29px 22px 22px;
  background: #fffdfa;
}

.faq-mobile-section-heading h2,
.faq-home-mobile .faq-home-results-header h2 {
  margin: 0;
  color: #561014;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.25;
}

.faq-mobile-section-heading p {
  margin: 5px 0 0;
  color: #897b75;
  font-size: 13px;
  line-height: 1.55;
}

.faq-home-mobile .faq-home-divider {
  height: 37px;
  margin: 4px 0 0;
}

.faq-home-mobile .faq-home-divider span {
  width: 48px;
  background: #fffdfa;
  font-size: 20px;
}

.faq-home-categories-mobile {
  display: grid !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: transparent !important;
  box-shadow: none !important;
}

.faq-home-mobile .faq-home-category {
  display: grid;
  min-width: 0;
  min-height: 92px;
  padding: 14px 10px;
  border: 0;
  border-right: 1px solid #eaded5;
  border-bottom: 1px solid #eaded5;
  border-radius: 0;
  grid-template-columns: 36px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 7px;
  background: transparent;
  box-shadow: none;
  color: #51423d;
  text-align: left;
}

.faq-home-mobile .faq-home-category:nth-child(2n) {
  border-right: 0;
  padding-left: 13px;
}

.faq-home-mobile .faq-home-category:hover,
.faq-home-mobile .faq-home-category.is-active {
  border-color: #eaded5;
  background: #fff8ef;
  box-shadow: none;
  color: #5a1014;
  transform: none;
}

.faq-home-mobile .faq-home-category-icon {
  width: 35px;
  height: 35px;
  color: #ce9439;
  font-size: 27px;
}

.faq-home-mobile .faq-home-category-copy {
  min-width: 0;
  gap: 1px;
}

.faq-home-mobile .faq-home-category-copy strong {
  overflow: hidden;
  font-size: 14.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.faq-home-mobile .faq-home-category-copy small {
  color: #998f8a;
  font-size: 12px;
}

.faq-home-category-arrow {
  color: #c89037;
  font-size: 18px;
}

.faq-mobile-library-meta {
  display: flex;
  padding: 20px 2px 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.faq-mobile-library-meta p {
  display: flex;
  margin: 0;
  align-items: baseline;
  gap: 5px;
  color: #918680;
  font-size: 11px;
}

.faq-mobile-library-meta strong {
  color: #5d1519;
  font-family: Georgia, serif;
  font-size: 19px;
  font-weight: 400;
}

.faq-mobile-results {
  padding: 24px 20px 56px;
  border-top: 1px solid #eee3db;
  background: #fffaf6;
}

.faq-home-mobile .faq-home-results-header {
  min-height: 66px;
  padding: 0 0 12px;
  align-items: flex-end;
  gap: 12px;
}

.faq-home-mobile .faq-home-results-header .section-kicker {
  display: none;
}

.faq-home-mobile .faq-home-results-header h2 {
  font-size: 26px;
}

.faq-home-mobile .faq-home-results-meta {
  align-items: flex-end;
  flex-direction: column-reverse;
  gap: 7px;
}

.faq-home-mobile .faq-home-results-meta p {
  align-items: flex-end;
  flex-direction: column;
  gap: 0;
  font-size: 10px;
}

.faq-home-mobile .faq-home-consult {
  min-height: 34px;
  padding: 0 11px;
  border-radius: 4px;
  font-size: 11px;
}

.faq-home-mobile .question-index-list {
  display: block;
  margin: 0;
  padding: 0;
}

.faq-home-mobile .question-index-card {
  display: grid;
  min-width: 0;
  min-height: 92px;
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid #eadfd7;
  border-radius: 0;
  grid-template-columns: 36px minmax(0, 1fr) 18px;
  align-items: start;
  gap: 9px;
  background: transparent;
  box-shadow: none;
}

.faq-home-mobile .question-index-card:hover {
  border-color: #eadfd7;
  box-shadow: none;
  transform: none;
}

.faq-home-mobile .question-index-number {
  color: #c78e38;
  font-family: Georgia, serif;
  font-size: 20px;
}

.faq-home-mobile .question-index-category,
.faq-home-mobile .question-index-card > time {
  display: none;
}

.faq-home-mobile .question-index-content strong {
  color: #571317;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

.faq-home-mobile .question-index-content a > span {
  margin-top: 5px;
  color: #8a7b75;
  font-size: 11px;
  line-height: 1.6;
  -webkit-line-clamp: 2;
}

.faq-home-mobile .question-index-arrow {
  margin-top: 4px;
  color: #c58d36;
  font-size: 18px;
}

.faq-home-mobile .archive-page-footer {
  align-items: stretch;
  margin-top: 24px;
  flex-direction: column;
}

.faq-home-mobile .archive-content-note {
  border-radius: 0;
  background: #fff7ef;
}

.faq-home-desktop :focus-visible,
.faq-home-mobile :focus-visible {
  outline: 2px solid #d4ac67;
  outline-offset: 3px;
}

/* Pixel-aligned refinement for the approved desktop and mobile references. */
.faq-desktop-layout {
  width: min(var(--faq-desktop-content-max), calc(100vw - 190px));
  margin-inline: auto;
}

.faq-desktop-header-inner {
  width: var(--shell);
  margin-inline: auto;
}

.faq-desktop-hero {
  height: 468px;
  background: #f4ebe1;
}

.faq-desktop-hero::after {
  background: linear-gradient(90deg, rgba(255, 253, 250, 0.28) 0%, rgba(255, 253, 250, 0.03) 48%, rgba(255, 253, 250, 0) 72%);
}

.faq-desktop-hero-media {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: min(100%, 1488px);
  height: auto;
  object-fit: initial;
  object-position: initial;
}

@media (min-width: 1600px) {
  .faq-desktop-hero-media {
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: right center;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 100%);
  }
}

.faq-desktop-hero-copy {
  width: 720px;
}

.faq-desktop-hero h1 {
  font-size: 80px;
}

.faq-home-desktop .faq-home-search {
  width: 720px;
}

.faq-home-category-icon .ti {
  font-family: "tabler-icons" !important;
}

.faq-home-mobile {
  padding-bottom: calc(72px + env(safe-area-inset-bottom)) !important;
}

.faq-mobile-header,
.faq-mobile-header-inner {
  height: 59px;
}

.faq-mobile-brand img {
  width: 139px;
}

.faq-mobile-menu {
  top: 59px;
}

.faq-mobile-hero {
  height: 490px;
}

.faq-mobile-hero-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.faq-mobile-hero-copy {
  top: 38px;
}

.faq-mobile-hero h1 {
  font-size: 46px;
}

.faq-mobile-hero-copy > p:not(.archive-eyebrow) {
  margin-top: 10px;
}

.faq-home-mobile .faq-home-search {
  right: 18px;
  bottom: 27px;
  left: 18px;
  height: 50px;
  min-height: 50px;
  border-radius: 27px;
  grid-template-columns: 47px minmax(0, 1fr) 116px;
}

.faq-home-mobile .faq-home-search button {
  height: 50px;
  min-height: 50px;
  border-radius: 0 27px 27px 0;
  font-size: 15px;
  white-space: nowrap;
}

.faq-home-mobile .faq-home-category {
  min-height: 68px;
  padding-block: 8px;
}

.faq-home-mobile .faq-home-category:nth-child(2n) {
  padding-left: 13px;
}
