.voices-evidence-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(188, 156, 105, .13), transparent 30%),
    linear-gradient(180deg, var(--site-ivory) 0%, #f0ece3 52%, var(--site-ivory) 100%);
}

.voices-evidence-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .26;
  background-image: radial-gradient(circle, rgba(89, 75, 55, .32) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(circle at center, #000, transparent 72%);
}

.voices-evidence-section .shell { position: relative; z-index: 1; }
.voices-evidence-section .c9-section-head { max-width: 740px; margin-inline: auto; }
.voices-evidence-section .c9-sub { max-width: 34em; margin-inline: auto; }

.voices-tree {
  position: relative;
  height: clamp(680px, 66vw, 780px);
  max-width: 1180px;
  margin: clamp(2.2rem, 5vw, 4rem) auto 0;
}

.voices-tree-branches {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.voices-tree-branches path {
  fill: none;
  stroke: rgba(152, 119, 70, .55);
  stroke-width: 1.35;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  vector-effect: non-scaling-stroke;
}

.voices-tree-branches circle {
  fill: #b79562;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}

.voices-tree.in-view .voices-tree-branches path { animation: voices-branch-grow 1.3s cubic-bezier(.22,.7,.2,1) forwards; }
.voices-tree.in-view .voices-tree-branches circle { animation: voices-dot-in .45s ease 1.05s forwards; }

.voices-tree-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(226px, 24vw, 292px);
  margin: 0;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
}

.voices-tree-core-photo {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  border: 7px solid rgba(255, 255, 255, .9);
  box-shadow: 0 24px 70px rgba(44, 35, 23, .19), 0 0 0 1px rgba(163, 128, 76, .42), 0 0 0 18px rgba(184, 148, 94, .08);
  background: #ddd6c8;
}

.voices-tree-core-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 -36px 70px rgba(18, 15, 11, .18);
}

.voices-tree-core-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; display: block; }
.voices-tree-core figcaption { display: grid; gap: 5px; margin-top: 18px; }
.voices-tree-core figcaption strong { font-family: var(--serif); font-size: 1rem; letter-spacing: .12em; font-weight: 600; }
.voices-tree-core figcaption span { color: #7a7062; font-size: .75rem; letter-spacing: .08em; }

.voices-node-ring { position: absolute; inset: 0; }
.voices-node {
  position: absolute;
  width: clamp(168px, 18vw, 210px);
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(124, 103, 72, .28);
  border-radius: 10px;
  background: rgba(255, 255, 255, .94);
  color: var(--site-ink);
  box-shadow: 0 12px 35px rgba(58, 45, 28, .11);
  cursor: zoom-in;
  text-align: left;
  z-index: 4;
  opacity: 0;
  transform: translateY(14px) scale(.97);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.voices-tree.in-view .voices-node { animation: voices-node-in .55s ease forwards; }
.voices-tree.in-view .voices-node:nth-child(1) { animation-delay: .28s; }
.voices-tree.in-view .voices-node:nth-child(2) { animation-delay: .38s; }
.voices-tree.in-view .voices-node:nth-child(3) { animation-delay: .48s; }
.voices-tree.in-view .voices-node:nth-child(4) { animation-delay: .58s; }
.voices-tree.in-view .voices-node:nth-child(5) { animation-delay: .68s; }
.voices-tree.in-view .voices-node:nth-child(6) { animation-delay: .78s; }
.voices-tree.in-view .voices-node:nth-child(7) { animation-delay: .88s; }
.voices-tree.in-view .voices-node:nth-child(8) { animation-delay: .98s; }

.voices-node:hover,
.voices-node:focus-visible { border-color: #a67f49; box-shadow: 0 18px 48px rgba(58, 45, 28, .18); transform: translateY(-4px); outline: none; }
.voices-node::after { content: "+"; position: absolute; right: 9px; top: 9px; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: rgba(246, 240, 228, .96); color: #705331; font-size: 16px; line-height: 1; box-shadow: 0 2px 9px rgba(0,0,0,.16); }
.voices-node-media { display: block; height: 112px; padding: 8px; background: #181818; }
.voices-node-media img { display: block; width: 100%; height: 100%; object-fit: contain; }
.voices-node-label { display: grid; gap: 2px; padding: 10px 13px 12px; }
.voices-node-label strong { font-family: var(--serif); font-size: .82rem; letter-spacing: .05em; font-weight: 600; }
.voices-node-label span { overflow: hidden; color: #817565; font-size: .69rem; letter-spacing: .035em; white-space: nowrap; text-overflow: ellipsis; }

.voices-node-1 { left: 5%; top: 5%; }
.voices-node-2 { left: 31%; top: 0; }
.voices-node-3 { right: 5%; top: 5%; }
.voices-node-4 { right: 0; top: 36%; }
.voices-node-5 { right: 5%; bottom: 3%; }
.voices-node-6 { left: 31%; bottom: 0; }
.voices-node-7 { left: 5%; bottom: 3%; }
.voices-node-8 { left: 0; top: 36%; }

.voices-swipe-note { margin: 4px 0 0; text-align: center; color: #8a7b68; font-size: .75rem; letter-spacing: .08em; }

.voices-library-actions { display: flex; justify-content: center; margin-top: 24px; }
.voices-library-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 48px;
  padding: 11px 20px;
  border: 1px solid rgba(112, 83, 49, .42);
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  color: #4d3925;
  font: inherit;
  font-size: .78rem;
  letter-spacing: .08em;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.voices-library-toggle span:last-child { font-size: 1.05rem; transition: transform .25s ease; }
.voices-library-toggle[aria-expanded="true"] span:last-child { transform: rotate(45deg); }
.voices-library-toggle:hover,
.voices-library-toggle:focus-visible { border-color: #8e6638; background: rgba(255, 255, 255, .92); outline: none; transform: translateY(-2px); }

.voices-library {
  max-width: 1180px;
  margin: 34px auto 0;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(124, 103, 72, .22);
  border-radius: 14px;
  background: rgba(255, 255, 255, .52);
  box-shadow: 0 22px 70px rgba(58, 45, 28, .08);
}
.voices-library[hidden] { display: none; }
.voices-library-head { max-width: 670px; margin: 0 auto 28px; text-align: center; }
.voices-library-head p { margin: 0 0 8px; color: #9a7b50; font-size: .62rem; letter-spacing: .24em; }
.voices-library-head h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.45rem, 2.4vw, 2rem); font-weight: 500; letter-spacing: .08em; }
.voices-library-head span { display: block; margin-top: 10px; color: #776b5c; font-size: .78rem; line-height: 1.8; letter-spacing: .035em; }
.voices-library-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.voices-library-card {
  min-width: 0;
  padding: 0 0 14px;
  overflow: hidden;
  border: 1px solid rgba(124, 103, 72, .24);
  border-radius: 9px;
  background: rgba(255, 255, 255, .92);
  color: var(--site-ink);
  text-align: left;
  box-shadow: 0 8px 26px rgba(58, 45, 28, .07);
  cursor: zoom-in;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.voices-library-card > span { display: block; height: 156px; padding: 8px; background: #181818; }
.voices-library-card img { display: block; width: 100%; height: 100%; object-fit: contain; }
.voices-library-card strong,
.voices-library-card small { display: block; padding-inline: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.voices-library-card strong { margin-top: 11px; font-family: var(--serif); font-size: .82rem; font-weight: 600; letter-spacing: .045em; }
.voices-library-card small { margin-top: 4px; color: #817565; font-size: .68rem; letter-spacing: .025em; }
.voices-library-card:hover,
.voices-library-card:focus-visible { border-color: #a67f49; box-shadow: 0 16px 42px rgba(58, 45, 28, .14); outline: none; transform: translateY(-3px); }

.voices-lightbox {
  width: min(1040px, calc(100vw - 32px));
  max-width: none;
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  background: #131313;
  color: #f7f2e9;
  box-shadow: 0 35px 120px rgba(0,0,0,.45);
}

.voices-lightbox::backdrop { background: rgba(8, 10, 11, .82); backdrop-filter: blur(10px); }
.voices-lightbox-shell { display: flex; flex-direction: column; max-height: calc(100dvh - 34px); }
.voices-lightbox-topbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 64px; padding: 10px 14px 10px 22px; border-bottom: 1px solid rgba(255,255,255,.12); }
.voices-lightbox-topbar p { display: flex; align-items: baseline; gap: 15px; margin: 0; }
.voices-lightbox-topbar span { color: #bca57e; font-size: .7rem; letter-spacing: .14em; }
.voices-lightbox-topbar strong { font-family: var(--serif); font-size: .95rem; letter-spacing: .06em; font-weight: 600; }
.voices-lightbox-close { flex: 0 0 auto; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: transparent; color: #fff; font-size: 26px; line-height: 1; cursor: pointer; }
.voices-lightbox-stage { display: grid; grid-template-columns: 48px minmax(0, 1fr) 48px; align-items: center; gap: 16px; min-height: 0; padding: 22px; }
.voices-lightbox-stage img { display: block; width: 100%; height: min(68dvh, 720px); object-fit: contain; }
.voices-lightbox-arrow { width: 44px; height: 44px; padding: 0; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(255,255,255,.04); color: #fff; font-size: 18px; cursor: pointer; }
.voices-lightbox-arrow:hover,
.voices-lightbox-arrow:focus-visible,
.voices-lightbox-close:hover,
.voices-lightbox-close:focus-visible { border-color: #d0b68d; background: rgba(208,182,141,.12); outline: none; }
.voices-lightbox-note { margin: 0; padding: 0 22px 18px; color: #9d958a; text-align: center; font-size: .68rem; letter-spacing: .12em; }

@keyframes voices-branch-grow { to { stroke-dashoffset: 0; } }
@keyframes voices-dot-in { from { opacity: 0; transform: scale(0); } to { opacity: 1; transform: scale(1); } }
@keyframes voices-node-in { to { opacity: 1; transform: translateY(0) scale(1); } }

@media (max-width: 1000px) and (min-width: 761px) {
  .voices-tree { height: 680px; }
  .voices-node { width: 168px; }
  .voices-node-media { height: 96px; }
  .voices-tree-core { width: 220px; }
  .voices-library-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .voices-evidence-section { overflow: hidden; }
  .voices-evidence-section .c9-section-head { text-align: left; }
  .voices-evidence-section .c9-sub { margin-left: 0; }
  .voices-tree { height: auto; margin-top: 2.2rem; }
  .voices-tree-branches { display: none; }
  .voices-tree-core { position: relative; left: auto; top: auto; width: min(72vw, 280px); margin: 0 auto 2.4rem; transform: none; }
  .voices-tree-core-photo { border-width: 6px; }
  .voices-tree-core figcaption span { font-size: .72rem; }
  .voices-node-ring { position: relative; display: flex; align-items: flex-start; gap: 14px; margin-inline: calc(50% - 50vw); padding: 4px 20px 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .voices-node-ring::-webkit-scrollbar { display: none; }
  .voices-node { position: relative; inset: auto; flex: 0 0 min(84vw, 430px); width: auto; overflow: hidden; scroll-snap-align: center; opacity: 1; transform: none; border-radius: 10px; }
  .voices-tree.in-view .voices-node { animation: none; }
  .voices-node:hover,
  .voices-node:focus-visible { transform: none; }
  .voices-node-media { height: auto; min-height: 0; padding: 0; }
  .voices-node-media img { width: 100%; height: auto; object-fit: contain; }
  .voices-node-label { padding: 13px 15px 15px; }
  .voices-node-label strong { font-size: .9rem; }
  .voices-node-label span { font-size: .74rem; }
  .voices-swipe-note { margin-top: 10px; }
  .voices-library-actions { margin-top: 20px; }
  .voices-library-toggle { width: 100%; max-width: 360px; }
  .voices-library { margin-top: 24px; padding: 22px 14px; }
  .voices-library-head { margin-bottom: 20px; text-align: left; }
  .voices-library-head span { font-size: .76rem; }
  .voices-library-grid { grid-template-columns: 1fr; gap: 12px; }
  .voices-library-card { display: grid; grid-template-columns: minmax(110px, 38%) minmax(0, 1fr); grid-template-rows: auto auto; align-items: center; min-height: 128px; padding: 0 13px 0 0; }
  .voices-library-card > span { grid-row: 1 / span 2; height: 128px; margin-right: 13px; }
  .voices-library-card strong,
  .voices-library-card small { padding-inline: 0; white-space: normal; }
  .voices-library-card strong { align-self: end; margin-top: 0; font-size: .87rem; }
  .voices-library-card small { align-self: start; margin-top: 6px; font-size: .72rem; line-height: 1.5; }
  .voices-library-card:hover,
  .voices-library-card:focus-visible { transform: none; }
  .voices-lightbox-stage { position: relative; display: block; padding: 12px 8px 16px; }
  .voices-lightbox-stage img { width: 100%; height: auto; max-height: 70dvh; object-fit: contain; }
  .voices-lightbox-arrow { position: absolute; top: 50%; z-index: 2; width: 36px; height: 36px; margin-top: -18px; background: rgba(15,15,15,.78); font-size: 15px; }
  .voices-lightbox-prev { left: 4px; }
  .voices-lightbox-next { right: 4px; }
  .voices-lightbox-topbar { min-height: 58px; padding-left: 15px; }
  .voices-lightbox-topbar p { display: grid; gap: 2px; }
  .voices-lightbox-topbar strong { font-size: .8rem; }
}

@media (prefers-reduced-motion: reduce) {
  .voices-tree-branches path { stroke-dashoffset: 0; }
  .voices-tree-branches circle,
  .voices-node { opacity: 1; transform: none; animation: none !important; transition: none; }
  .voices-library-toggle,
  .voices-library-toggle span:last-child,
  .voices-library-card { transition: none; }
}
