/* "Beyond the Gospels" — /witnesses. Parchment + gold, matching the site theme
   and the archaeology exhibit. Transparent page background. */

.wit-page { position: relative; min-height: 100vh; padding: 0 0 70px; color: #3a3327; font-family: 'Cormorant Garamond', serif; background: transparent; }

.wit-hero { text-align: center; padding: 52px 20px 6px; }
.wit-hero-eyebrow { font-family: 'Cinzel', serif; font-size: 13px; letter-spacing: 0.32em; text-transform: uppercase; color: #a8823f; margin: 0 0 14px; }
.wit-hero-title {
  font-family: 'Cinzel', serif; font-weight: 700; line-height: 1.06; font-size: clamp(32px, 5.4vw, 54px); margin: 0 0 6px;
  background: linear-gradient(180deg, #9a7a34 0%, #7a5e26 62%, #5f4a1e 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: #7a5e26;
}
.wit-hero-sub { font-size: clamp(17px, 2.4vw, 22px); font-style: italic; color: #6b5a34; margin: 0 auto; max-width: 660px; }
.wit-flourish { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 16px auto 14px; max-width: 420px; color: #b8974e; }
.wit-flourish::before, .wit-flourish::after { content: ''; flex: 1; height: 1px; background: linear-gradient(90deg, transparent, #c9a24e 40%, #c9a24e 60%, transparent); }
.wit-hero-intro { font-size: 17px; line-height: 1.6; color: #5f5647; max-width: 680px; margin: 0 auto 6px; }

/* Filters */
.wit-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 18px auto 0; max-width: 780px; }
.wit-filter {
  display: inline-flex; align-items: center; gap: 7px; font-family: 'Cinzel', serif; font-size: 12px; letter-spacing: 0.03em;
  border: 1.5px solid #cdb987; background: rgba(251,246,234,0.7); color: #6b5a34; cursor: pointer; padding: 7px 14px; border-radius: 999px;
  transition: background 140ms ease, color 140ms ease, border-color 140ms ease;
}
.wit-filter .wit-filter-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--pc, #a8823f); }
.wit-filter.is-active { background: #a8823f; color: #fbf6ea; border-color: #a8823f; }
.wit-filter.is-active .wit-filter-dot { background: #fbf6ea; }
.wit-hint { text-align: center; font-size: 16px; color: #7d7057; margin: 16px auto 0; padding: 0 16px; }
.wit-clear, .wit-hint .wit-clear { font-family: 'Cinzel', serif; font-size: 12px; letter-spacing: 0.04em; color: #a8823f; background: none; border: none; border-bottom: 1px solid #cdb987; cursor: pointer; padding: 0 0 1px; }
.wit-clear:hover { color: #7a5e26; }

/* Synthesis panel */
.wit-synthesis { max-width: 900px; margin: 30px auto 0; padding: 0 20px; }
.wit-synth-inner { background: linear-gradient(165deg, #faf3e2, #efe2c4); border: 1px solid #cdb987; border-radius: 12px; box-shadow: inset 0 0 0 3px #e6d4a6, 0 6px 20px rgba(90,68,28,0.14); padding: 24px 26px 26px; text-align: center; }
.wit-synth-title { font-family: 'Cinzel', serif; font-size: clamp(20px, 3vw, 26px); font-weight: 700; color: #7a5e26; margin: 0 0 4px; }
.wit-synth-intro { font-size: 16px; font-style: italic; color: #6b6152; margin: 0 auto 16px; max-width: 560px; }
.wit-facts { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 8px; text-align: left; }
.wit-fact {
  display: flex; align-items: center; gap: 10px; width: 100%; cursor: pointer; text-align: left;
  background: rgba(255,253,246,0.7); border: 1px solid #d8c08a; border-radius: 8px; padding: 9px 12px; color: #574e3c;
  transition: border-color 140ms ease, background 140ms ease, transform 140ms ease;
}
.wit-fact:hover { border-color: #a8823f; transform: translateY(-1px); }
.wit-fact.is-active { background: #a8823f; border-color: #a8823f; color: #fbf6ea; }
.wit-fact-check { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; flex: 0 0 20px; border-radius: 50%; background: #2f6f6a; color: #fbf6ea; }
.wit-fact-check i { width: 13px; height: 13px; }
.wit-fact.is-active .wit-fact-check { background: #fbf6ea; color: #a8823f; }
.wit-fact-label { flex: 1; font-size: 15.5px; line-height: 1.3; }
.wit-fact-count { font-family: 'Cinzel', serif; font-size: 12px; min-width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #efe4ca; color: #7a5e26; border: 1px solid #cdb987; }
.wit-fact.is-active .wit-fact-count { background: rgba(255,255,255,0.22); color: #fbf6ea; border-color: transparent; }

/* Cards */
.wit-grid { max-width: 1080px; margin: 28px auto 0; padding: 0 20px; display: grid; grid-template-columns: repeat(auto-fill, minmax(288px, 1fr)); gap: 16px; scroll-margin-top: 18px; }
.wit-card {
  text-align: left; cursor: pointer; display: flex; flex-direction: column;
  background: linear-gradient(165deg, #faf3e2, #f2e8cf); border: 1px solid #b8974e; border-top: 4px solid var(--pc, #a8823f); border-radius: 10px;
  padding: 16px 18px 15px; box-shadow: inset 0 0 0 1px rgba(255,253,246,0.7), 0 4px 14px rgba(90,68,28,0.12);
  transition: transform 150ms ease, box-shadow 180ms ease;
}
.wit-card:hover { transform: translateY(-3px); box-shadow: inset 0 0 0 1px rgba(255,253,246,0.7), 0 10px 24px rgba(120,90,30,0.2); }
.wit-card.is-dim { opacity: 0.28; filter: saturate(0.5); }
.wit-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 9px; }
.wit-card-cat { font-family: 'Cinzel', serif; font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; color: #fbf6ea; background: var(--pc, #a8823f); padding: 3px 9px; border-radius: 999px; }
.wit-card-stance { font-family: 'Cinzel', serif; font-size: 10px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--sc, #6f6a58); background: rgba(255,255,255,0.55); border: 1px solid var(--sc, #6f6a58); padding: 3px 9px; border-radius: 999px; }
.wit-card-author { font-family: 'Cinzel', serif; font-size: 20px; font-weight: 700; color: #6b4f1e; margin: 0 0 3px; line-height: 1.12; }
.wit-card-era { font-size: 13.5px; color: #8a6a3f; font-style: italic; margin: 0 0 9px; line-height: 1.3; }
.wit-card-summary { font-size: 15.5px; line-height: 1.44; color: #5f5647; margin: 0 0 12px; flex: 1; }
.wit-card-more { display: inline-flex; align-items: center; gap: 6px; font-family: 'Cinzel', serif; font-size: 12px; letter-spacing: 0.04em; color: #a8823f; margin-top: auto; }
.wit-card-more i { width: 14px; height: 14px; }

/* Note */
.wit-note { max-width: 680px; margin: 30px auto 0; text-align: center; background: linear-gradient(165deg, #faf3e2, #efe2c4); border: 1px solid #cdb987; box-shadow: inset 0 0 0 3px #e2d0a0, 0 4px 14px rgba(90,68,28,0.12); padding: 15px 24px; }
.wit-note b { font-family: 'Cinzel', serif; color: #7a5e26; letter-spacing: 0.04em; }
.wit-note p { font-size: 15px; color: #6b6152; margin: 5px 0 0; line-height: 1.5; }

/* Drawer */
.wit-scrim { position: fixed; inset: 0; background: rgba(38,32,20,0.5); z-index: 1190; opacity: 0; visibility: hidden; transition: opacity 220ms ease, visibility 220ms; }
.wit-scrim.open { opacity: 1; visibility: visible; }
.wit-drawer { position: fixed; top: 0; right: 0; height: 100%; width: min(480px, 96vw); background: linear-gradient(180deg, #f7f0de, #f2e8d0); border-left: 2px solid #b89a5c; z-index: 1200; transform: translateX(100%); transition: transform 260ms ease; overflow-y: auto; box-shadow: -14px 0 44px rgba(60,45,20,0.24); }
.wit-drawer.open { transform: translateX(0); }
.wit-drawer-head { position: relative; padding: 22px 26px 16px; border-bottom: 3px solid var(--pc, #a8823f); background: linear-gradient(180deg, rgba(255,250,236,0.6), transparent); }
.wit-drawer-close { position: absolute; top: 14px; right: 14px; border: none; background: transparent; color: #8a7f68; cursor: pointer; padding: 4px; line-height: 0; }
.wit-drawer-close:hover { color: #2c2a26; }
.wit-drawer-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; }
.wit-drawer-cat { font-family: 'Cinzel', serif; font-size: 10.5px; letter-spacing: 0.06em; text-transform: uppercase; color: #fbf6ea; background: var(--pc, #a8823f); padding: 3px 10px; border-radius: 999px; }
.wit-drawer-stance { font-family: 'Cinzel', serif; font-size: 10.5px; letter-spacing: 0.05em; text-transform: uppercase; color: var(--sc, #6f6a58); background: rgba(255,255,255,0.6); border: 1px solid var(--sc, #6f6a58); padding: 3px 10px; border-radius: 999px; }
.wit-drawer-name { font-family: 'Cinzel', serif; font-size: 25px; font-weight: 700; color: #6b4f1e; margin: 2px 0 2px; line-height: 1.1; }
.wit-drawer-work { font-family: 'Cinzel', serif; font-size: 13px; letter-spacing: 0.03em; color: #a8823f; margin: 0 0 4px; }
.wit-drawer-meta { font-size: 14px; color: #8a6a3f; font-style: italic; margin: 0; }
.wit-drawer-body { padding: 20px 26px 34px; }

.wit-quote { position: relative; margin: 0 0 18px; padding: 26px 22px 16px; background: rgba(233,220,181,0.4); border: 1px solid #ddc794; border-radius: 10px; }
.wit-quote::before { content: '\201C'; position: absolute; top: -6px; left: 12px; font-family: 'Cinzel', serif; font-size: 66px; line-height: 1; color: #ccae63; opacity: 0.7; }
.wit-quote p { font-size: 18.5px; line-height: 1.62; font-style: italic; color: #4a4030; margin: 0; }
.wit-quote cite { display: block; font-style: normal; font-family: 'Cinzel', serif; font-size: 11px; letter-spacing: 0.04em; color: #9a7c44; margin-top: 12px; }

.wit-attest-wrap { margin: 0 0 16px; }
.wit-attest-lbl { font-family: 'Cinzel', serif; font-size: 10.5px; letter-spacing: 0.07em; text-transform: uppercase; color: #a8823f; display: block; margin-bottom: 7px; }
.wit-attests { display: flex; flex-wrap: wrap; gap: 6px; }
.wit-attest { font-size: 13.5px; line-height: 1.25; text-align: left; color: #574e3c; background: rgba(255,253,246,0.75); border: 1px solid #d8c08a; border-radius: 7px; padding: 6px 10px; cursor: pointer; transition: border-color 140ms ease, background 140ms ease; }
.wit-attest:hover { border-color: #2f6f6a; background: rgba(47,111,106,0.09); }

.wit-drawer-lead { font-size: 16.5px; line-height: 1.55; color: #4a4335; margin: 0 0 12px; }
.wit-drawer-p { font-size: 16px; line-height: 1.55; color: #4a4335; margin: 0 0 12px; }
.wit-drawer h3 { font-family: 'Cinzel', serif; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: #7a5e26; margin: 18px 0 6px; }
.wit-callout { border-left: 3px solid #c9a24e; background: rgba(233,220,181,0.42); padding: 12px 15px; margin: 14px 0; }
.wit-callout .lbl { font-family: 'Cinzel', serif; font-size: 10.5px; letter-spacing: 0.07em; text-transform: uppercase; color: #a8823f; display: block; margin-bottom: 4px; }
.wit-callout p { font-size: 16px; line-height: 1.5; color: #4a4335; margin: 0; }
.wit-drawer-row { display: flex; gap: 10px; font-size: 15px; color: #5f5647; padding: 8px 0; border-top: 1px solid #e6d9bd; }
.wit-drawer-row .k { font-family: 'Cinzel', serif; font-size: 11px; letter-spacing: 0.05em; text-transform: uppercase; color: #a8823f; min-width: 120px; padding-top: 2px; }
.wit-drawer-row .v { flex: 1; }
.wit-drawer-links { display: flex; flex-direction: column; gap: 8px; margin-top: 20px; }
.wit-drawer-link { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-family: 'Cinzel', serif; font-size: 13px; letter-spacing: 0.04em; color: #6b4f1e; background: #efe4ca; border: 1px solid #cdb987; padding: 12px 15px; text-decoration: none; transition: border-color 140ms ease, background 140ms ease; }
.wit-drawer-link:hover { border-color: #a8823f; background: #eaddbe; color: #6b4f1e; }
.wit-drawer-link i { color: #a8823f; }

@media (prefers-reduced-motion: reduce) { .wit-card, .wit-drawer, .wit-scrim, .wit-fact { transition: none; } }
