:root {
    --voice-forest: #0a553c;
    --voice-pine: #123e2e;
    --voice-maize: #e6ad35;
    --voice-clay: #c7672f;
    --voice-mist: #eaf2ec;
    --voice-paper: #fbfaf5;
}

.voices-page { min-height: 80vh; padding: 10px clamp(10px, 2vw, 28px) 28px; background: radial-gradient(circle at 92% 8%, rgba(230,173,53,.12), transparent 22rem), linear-gradient(180deg, #f3f7f3, #edf3ef 55%, #f8f6ef); }
.voices-page > * { min-width: 0; }
.voices-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr); align-items: center; min-height: 265px; padding: clamp(1.4rem, 3vw, 3rem); overflow: hidden; color: #fff; background: linear-gradient(115deg, #073d2c 0%, var(--voice-forest) 58%, #257158 100%); border-radius: 22px 22px 8px 8px; box-shadow: 0 18px 38px rgba(7,55,39,.2); }
.voices-hero::before { position: absolute; inset: 0; content: ''; opacity: .16; background-image: repeating-radial-gradient(ellipse at 80% 50%, transparent 0 22px, #f1c05b 23px 24px, transparent 25px 38px); transform: scale(1.28); }
.voices-hero-copy { position: relative; z-index: 1; max-width: 760px; }
.voices-hero .eyebrow { color: #f1c15a; }
.voices-hero h1 { margin: .1rem 0 .3rem; font-family: var(--display); font-size: clamp(3.2rem, 7vw, 6.7rem); font-weight: 800; letter-spacing: -.035em; line-height: .86; text-transform: uppercase; }
.voices-thesis { margin: .7rem 0 .45rem; color: #ffda84; font-family: var(--display); font-size: clamp(1.25rem, 2.5vw, 2rem); font-weight: 700; }
.voices-hero-copy > p:last-child { max-width: 630px; margin: 0; color: #dcebe1; font-size: .93rem; line-height: 1.55; }
.voices-sound-landscape { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: clamp(5px, .8vw, 12px); min-height: 180px; }
.voices-sound-landscape span { width: clamp(6px, .8vw, 12px); height: var(--sound-height, 55px); background: linear-gradient(180deg, #f4cf78, #d77535); border-radius: 999px; box-shadow: 0 0 28px rgba(244,207,120,.16); }
.voices-sound-landscape span:nth-child(1), .voices-sound-landscape span:nth-child(9) { --sound-height: 42px; }.voices-sound-landscape span:nth-child(2), .voices-sound-landscape span:nth-child(8) { --sound-height: 76px; }.voices-sound-landscape span:nth-child(3), .voices-sound-landscape span:nth-child(7) { --sound-height: 112px; }.voices-sound-landscape span:nth-child(4), .voices-sound-landscape span:nth-child(6) { --sound-height: 146px; }.voices-sound-landscape span:nth-child(5) { --sound-height: 178px; }
.voices-sound-landscape > svg { position: absolute; width: 40px; height: 40px; padding: 9px; color: #174631; background: #f4cf78; border-radius: 50%; box-shadow: 0 0 0 10px rgba(244,207,120,.14); }

.voices-listening-bar { position: sticky; z-index: 20; top: 72px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: .85rem; margin: 10px 0; padding: .72rem 1rem; color: #425a4d; background: rgba(252,251,246,.94); border: 1px solid #d5e1d7; border-left: 5px solid var(--voice-maize); border-radius: 10px; box-shadow: 0 7px 22px rgba(9,64,44,.1); backdrop-filter: blur(10px); }
.voices-listening-bar span, .voices-listening-bar strong { display: block; }.voices-listening-bar span { color: #bd6d2b; font-size: .6rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }.voices-listening-bar strong { overflow: hidden; color: var(--voice-pine); font-size: .86rem; text-overflow: ellipsis; white-space: nowrap; }.voices-listening-bar small { max-width: 320px; font-size: .67rem; text-align: right; }
.voices-mini-wave { display: flex; align-items: center; gap: 3px; height: 32px; }.voices-mini-wave i { width: 4px; height: 9px; background: var(--voice-clay); border-radius: 999px; }.voices-mini-wave i:nth-child(2), .voices-mini-wave i:nth-child(4) { height: 18px; }.voices-mini-wave i:nth-child(3) { height: 28px; }
.voices-listening-bar.is-playing .voices-mini-wave i { animation: voice-pulse .75s ease-in-out infinite alternate; }.voices-listening-bar.is-playing .voices-mini-wave i:nth-child(2) { animation-delay: -.25s; }.voices-listening-bar.is-playing .voices-mini-wave i:nth-child(3) { animation-delay: -.55s; }.voices-listening-bar.is-playing .voices-mini-wave i:nth-child(4) { animation-delay: -.35s; }

.voices-toolbar { display: grid; grid-template-columns: minmax(240px, 1.4fr) minmax(180px, .7fr) minmax(220px, .9fr) auto; align-items: end; gap: .7rem; padding: .85rem; background: #fff; border: 1px solid #dbe4dd; border-radius: 12px; box-shadow: 0 5px 18px rgba(10,72,49,.06); }
.voices-toolbar label { display: grid; gap: .28rem; min-width: 0; color: #52655a; font-size: .65rem; font-weight: 850; }.voices-toolbar select, .voices-toolbar input { width: 100%; min-width: 0; height: 42px; padding: 0 .75rem; color: #173d2f; background: #f8faf8; border: 1px solid #cddbd1; border-radius: 8px; font: inherit; font-size: .78rem; }.voices-toolbar select:focus, .voices-toolbar input:focus { outline: 3px solid rgba(230,173,53,.32); border-color: var(--voice-maize); }
.voices-search { position: relative; }.voices-search > svg { position: absolute; z-index: 1; bottom: 12px; left: .75rem; width: 18px; height: 18px; color: #65786c; }.voices-search input { padding-left: 2.25rem; }
.voices-toolbar .button { height: 42px; color: #174633; background: #edf4ef; border: 1px solid #c7d9cc; }
.voices-toolbar .button:hover { color: #fff; background: var(--voice-forest); border-color: var(--voice-forest); }

.voices-question-panel { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 1rem; margin-top: 10px; padding: 1rem 1.15rem; color: #fff; background: linear-gradient(100deg, var(--voice-pine), #1d6248); border-radius: 12px; }
.voices-question-panel .eyebrow { color: #f0bd54; }.voices-question-panel h2 { max-width: 840px; margin: .18rem 0 0; font-family: var(--display); font-size: clamp(1.35rem, 2.5vw, 2.15rem); line-height: 1.05; }
.voices-summary { display: flex; gap: .45rem; }.voices-summary article { display: grid; grid-template-columns: 30px auto; align-items: center; min-width: 96px; padding: .5rem .65rem; color: #1a4837; background: #f8efd9; border-radius: 9px; }.voices-summary svg { width: 20px; color: #c16e2c; }.voices-summary strong, .voices-summary span { display: block; }.voices-summary strong { font-family: var(--display); font-size: 1.25rem; }.voices-summary span { font-size: .55rem; font-weight: 850; text-transform: uppercase; }

.voices-results-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin: 1.35rem .25rem .65rem; }.voices-results-heading h2 { margin: .1rem 0 0; color: var(--voice-pine); font-family: var(--display); font-size: clamp(1.6rem, 3vw, 2.5rem); line-height: 1; text-transform: uppercase; }.voices-results-heading > strong { color: #ad6428; font-size: .75rem; }
.voices-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.voice-card { position: relative; display: grid; grid-template-rows: auto 26px auto auto auto auto; min-width: 0; padding: 1rem; overflow: hidden; background: var(--voice-paper); border: 1px solid #d7e1d9; border-top: 4px solid #2c7857; border-radius: 12px; box-shadow: 0 7px 18px rgba(11,69,48,.07); animation: voice-arrive .42s ease-out both; animation-delay: var(--voice-delay); transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.voice-card:hover { border-color: #8eb39d; box-shadow: 0 13px 26px rgba(11,69,48,.13); transform: translateY(-2px); }.voice-card.is-playing { border-color: var(--voice-maize); box-shadow: 0 0 0 3px rgba(230,173,53,.18), 0 14px 28px rgba(11,69,48,.15); }.voice-card.is-map-selected { border-color: #d98a28; box-shadow: 0 0 0 3px rgba(217,138,40,.18); }
.voice-card-person { display: grid; grid-template-columns: 76px minmax(0, 1fr); align-items: center; gap: .75rem; min-width: 0; }.voice-card-person img, .voice-photo-placeholder { display: grid; place-items: center; width: 76px; height: 76px; object-fit: cover; color: #fff; background: #577a68; border: 4px solid #fff; border-radius: 50% 50% 50% 14px; box-shadow: 0 5px 13px rgba(5,55,37,.17); }.voice-card-person h3 { margin: .18rem 0 .08rem; overflow-wrap: anywhere; color: #153c2e; font-family: var(--display); font-size: 1.24rem; line-height: 1; text-transform: uppercase; }.voice-card-person p { margin: 0; overflow: hidden; color: #65756c; font-size: .68rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }.voice-location { display: flex; align-items: center; gap: .22rem; color: #bd6727; font-size: .58rem; font-weight: 900; text-transform: uppercase; }.voice-location svg { width: 13px; height: 13px; }
.voice-card-wave { display: flex; align-items: center; gap: 3px; margin-top: .42rem; overflow: hidden; }.voice-card-wave::before, .voice-card-wave::after { flex: 1; height: 1px; content: ''; background: #dbe4dd; }.voice-card-wave i { flex: 0 0 3px; height: 6px; background: #c4712f; border-radius: 9px; }.voice-card-wave i:nth-child(2n) { height: 12px; }.voice-card-wave i:nth-child(3n) { height: 18px; }.voice-card.is-playing .voice-card-wave i { animation: voice-pulse .6s ease-in-out infinite alternate; }
.voice-card blockquote { min-height: 48px; margin: .2rem 0 .7rem; color: #314d40; font-family: var(--display); font-size: .9rem; font-weight: 600; line-height: 1.28; }
.voice-prompt { display: flex; align-items: flex-start; gap: .4rem; margin-bottom: .55rem; padding: .45rem .55rem; color: #6f5b31; background: #f6efd9; border-radius: 7px; font-size: .61rem; font-weight: 800; line-height: 1.35; }.voice-prompt svg { flex: 0 0 auto; width: 15px; height: 15px; color: #bc6929; }
.voice-card audio { width: 100%; height: 38px; color-scheme: light; }
.voice-card footer { display: flex; align-items: center; justify-content: space-between; gap: .55rem; margin-top: .72rem; padding-top: .65rem; border-top: 1px solid #dce4de; }.voice-card footer > span { display: flex; align-items: center; gap: .25rem; color: #728078; font-size: .57rem; }.voice-card footer svg { width: 14px; height: 14px; }.voice-map-button { display: inline-flex; align-items: center; gap: .3rem; padding: .42rem .55rem; color: #fff; background: var(--voice-forest); border: 0; border-radius: 7px; font: inherit; font-size: .6rem; font-weight: 850; text-decoration: none; cursor: pointer; }.voice-map-button:hover { background: #073f2c; }.voice-map-button:focus-visible { outline: 3px solid var(--voice-maize); outline-offset: 2px; }
.voices-empty { grid-column: 1 / -1; display: grid; justify-items: center; gap: .5rem; min-height: 260px; padding: 2rem; color: #607168; background: #fff; border: 1px dashed #aec2b5; border-radius: 12px; text-align: center; }.voices-empty > svg { width: 44px; height: 44px; color: #bf6a2d; }.voices-empty h3 { margin: .3rem 0 0; color: var(--voice-pine); font-family: var(--display); font-size: 1.5rem; text-transform: uppercase; }.voices-empty p { max-width: 520px; margin: 0; font-size: .77rem; line-height: 1.5; }

.has-voices-map { overflow: hidden; }
.voices-map-dialog { width: min(1500px, 96vw); max-width: none; height: min(900px, 94vh); max-height: none; padding: 0; overflow: hidden; background: #edf3ef; border: 0; border-radius: 18px; box-shadow: 0 30px 90px rgba(4,35,24,.45); }
.voices-map-dialog::backdrop { background: rgba(3,28,20,.72); backdrop-filter: blur(5px); }
.voices-map-shell { display: grid; grid-template-columns: minmax(0, 3fr) minmax(310px, 1fr); width: 100%; height: 100%; min-height: 0; }
.voices-map-stage { position: relative; display: grid; grid-template-rows: auto minmax(0, 1fr); min-width: 0; min-height: 0; background: #102d22; }
.voices-map-heading { z-index: 4; display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 72px; padding: .8rem 1rem; color: #fff; background: #0b5039; border-bottom: 3px solid #dc8c2c; }
.voices-map-heading .eyebrow { color: #efbe5c; }.voices-map-heading h2 { margin: .12rem 0 0; font-family: var(--display); font-size: clamp(1.35rem, 2.3vw, 2.15rem); line-height: 1; text-transform: uppercase; }
.voices-map-close { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; cursor: pointer; }.voices-map-close:hover { color: #173e2f; background: #f3c560; }.voices-map-close svg { width: 21px; }
.voices-inline-map { width: 100%; height: 100%; min-height: 420px; }.voices-inline-map .mapboxgl-ctrl-top-left { top: 12px; left: 12px; }.voices-inline-map .mapboxgl-ctrl-group { overflow: hidden; border-radius: 8px; }
.voices-map-key { position: absolute; z-index: 3; bottom: 30px; left: 14px; display: flex; gap: .75rem; padding: .48rem .65rem; color: #28473a; background: rgba(255,255,255,.93); border-radius: 8px; box-shadow: 0 5px 18px rgba(0,0,0,.2); font-size: .63rem; font-weight: 800; }.voices-map-key span { display: flex; align-items: center; gap: .3rem; }.voices-map-key i { width: 10px; height: 10px; background: #e6ad35; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #bd8422; }.voices-map-key span:last-child i { background: #0a6547; box-shadow: 0 0 0 1px #0a6547; }
.voices-map-profile { min-width: 0; overflow: auto; color: #274338; background: #fbfaf5; border-left: 1px solid #d4dfd7; }.voices-profile-top { position: relative; padding: 1.35rem 1.15rem 1rem; color: #fff; background: linear-gradient(145deg, #0a543b, #174d39); text-align: center; }.voices-profile-kicker { display: block; margin-bottom: .65rem; color: #f3c568; font-size: .62rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.voices-profile-photo { display: grid; place-items: center; width: 118px; height: 118px; margin: 0 auto .72rem; object-fit: cover; color: #fff; background: #648574; border: 5px solid rgba(255,255,255,.92); border-radius: 50% 50% 50% 18px; box-shadow: 0 10px 24px rgba(0,0,0,.24); }.voices-profile-photo svg { width: 44px; height: 44px; }.voices-profile-top h3 { margin: 0; overflow-wrap: anywhere; font-family: var(--display); font-size: 1.8rem; line-height: .95; text-transform: uppercase; }.voices-profile-top small { display: block; margin-top: .25rem; color: #d7e7dc; }.voices-profile-talent { margin: .6rem 0 0; color: #ffda83; font-size: .78rem; font-weight: 850; }
.voices-profile-facts { display: grid; gap: 0; margin: .9rem 1rem; border: 1px solid #dbe4dd; border-radius: 10px; }.voices-profile-facts p { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: .55rem; margin: 0; padding: .65rem .7rem; border-bottom: 1px solid #e4e9e5; font-size: .7rem; line-height: 1.35; }.voices-profile-facts p:last-child { border-bottom: 0; }.voices-profile-facts b { color: #ad6129; }.voices-profile-facts span { min-width: 0; overflow-wrap: anywhere; }
.voices-profile-risk { display: flex; align-items: flex-start; gap: .55rem; margin: .75rem 1rem; padding: .7rem; color: #256043; background: #e6f2e9; border-left: 4px solid #2c855c; border-radius: 8px; }.voices-profile-risk.is-risk { color: #7f2e28; background: #f9e5e2; border-color: #c84c42; }.voices-profile-risk svg { flex: 0 0 19px; width: 19px; }.voices-profile-risk b, .voices-profile-risk span { display: block; font-size: .68rem; }.voices-profile-risk span { margin-top: .12rem; font-weight: 600; }
.voices-map-profile blockquote { margin: .8rem 1rem; padding: .7rem .8rem; color: #3d564a; background: #f5ecd4; border-radius: 8px; font-family: var(--display); font-size: .85rem; font-weight: 650; line-height: 1.35; }.voices-map-profile audio { display: block; width: calc(100% - 2rem); height: 42px; margin: .8rem 1rem; }.voices-profile-nav { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; padding: .5rem 1rem 1rem; }.voices-profile-nav button { display: inline-flex; align-items: center; justify-content: center; gap: .35rem; min-height: 40px; color: #174934; background: #edf3ef; border: 1px solid #c8d7cc; border-radius: 8px; font: inherit; font-size: .66rem; font-weight: 850; cursor: pointer; }.voices-profile-nav button:hover { color: #fff; background: #0a553c; }.voices-profile-nav svg { width: 15px; }
.voices-map-unavailable { display: grid; place-content: center; justify-items: center; gap: .5rem; height: 100%; padding: 2rem; color: #fff; background: #173d2f; text-align: center; }.voices-map-unavailable svg { width: 42px; }.voices-map-unavailable span { max-width: 440px; font-size: .75rem; }

@keyframes voice-arrive { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes voice-pulse { to { height: 25px; } }
@media (prefers-reduced-motion: reduce) { .voice-card, .voice-card-wave i, .voices-mini-wave i { animation: none !important; }.voice-card { transition: none; } }
@media (max-width: 1120px) { .voices-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.voices-toolbar { grid-template-columns: 1fr 1fr; }.voices-search { grid-column: 1 / -1; }.voices-question-panel { grid-template-columns: 1fr; }.voices-summary { justify-content: flex-start; } }
@media (max-width: 900px) { .voices-map-dialog { width: 98vw; height: 96vh; }.voices-map-shell { grid-template-columns: 1fr; grid-template-rows: minmax(360px, 56vh) minmax(0, 1fr); }.voices-map-profile { border-top: 3px solid #dc8c2c; border-left: 0; }.voices-profile-top { display: grid; grid-template-columns: 82px minmax(0, 1fr); column-gap: .75rem; align-items: center; text-align: left; }.voices-profile-kicker { grid-column: 1 / -1; }.voices-profile-photo { grid-row: 2 / 5; width: 82px; height: 82px; margin: 0; }.voices-profile-top h3, .voices-profile-top small, .voices-profile-top p { grid-column: 2; }.voices-profile-top p { margin-top: .3rem; } }
@media (max-width: 760px) { .voices-page { padding: 7px; }.voices-hero { grid-template-columns: 1fr; min-height: auto; }.voices-sound-landscape { min-height: 110px; }.voices-sound-landscape span:nth-child(4), .voices-sound-landscape span:nth-child(6) { --sound-height: 90px; }.voices-sound-landscape span:nth-child(5) { --sound-height: 110px; }.voices-listening-bar { top: 6px; grid-template-columns: auto minmax(0, 1fr); }.voices-listening-bar small { display: none; }.voices-toolbar { grid-template-columns: 1fr; }.voices-search { grid-column: auto; }.voices-question-panel { padding: .85rem; }.voices-summary { display: grid; grid-template-columns: repeat(3, 1fr); }.voices-summary article { min-width: 0; padding: .4rem; }.voices-grid { grid-template-columns: 1fr; }.voices-results-heading { align-items: flex-start; flex-direction: column; }.voice-card footer { align-items: stretch; flex-direction: column; }.voice-map-button { justify-content: center; } }
@media (max-width: 760px) { .voices-map-heading { min-height: 62px; padding: .6rem .7rem; }.voices-map-heading h2 { font-size: 1.1rem; }.voices-map-key { right: 8px; bottom: 28px; left: 8px; justify-content: center; }.voices-map-shell { grid-template-rows: minmax(300px, 50vh) minmax(0, 1fr); } }
