/* Per-voice share page (/voices/<slug>.html). Loaded on top of site.css.
   Generated pages are built by tools/build-voices.js; bump ?v= there when this changes. */

.vhero { border-bottom: 1px solid var(--line); }
.vhero-in { padding: 40px 0 36px; }
.vhero .eyebrow { margin-bottom: 18px; }
.vquote { position: relative; margin: 0; padding: 0; }
.vqmark { font-family: var(--display); font-weight: 800; font-size: 100px; line-height: .66;
  color: var(--amber); margin: 0 0 2px -2px; }
.vquote blockquote { margin: 0; font-family: var(--display); font-weight: 700; font-stretch: 92%;
  font-size: clamp(26px, 4.4vw, 48px); line-height: 1.14; letter-spacing: -.012em; color: var(--ink);
  white-space: pre-line; }
.vquote figcaption { margin-top: 22px; font: 700 17px/1.3 var(--body); color: var(--ink); }
.vquote figcaption .school { color: var(--blue-2); }
.vquote figcaption .role { display: block; font-weight: 500; color: var(--muted); font-size: 15px; margin-top: 3px; }

/* primary action — the hero CTA into the email-the-Board tool */
.voice-act { background: var(--blue); color: #fff; }
.voice-act-in { padding: 42px 0 44px; }
.voice-act .eyebrow { color: var(--amber); margin-bottom: 10px; }
.voice-act h2 { color: #fff; }
.voice-act-note { font-size: clamp(16px, 1.7vw, 18.5px); line-height: 1.5; color: rgba(255,255,255,.9);
  max-width: 58ch; margin: 12px 0 24px; }
.btn-lg { font-size: 19px; padding: 15px 30px 14px; min-height: 54px; }

/* share band — mirrors the press page's share block, now secondary */
.share-cta { background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 40px 0 44px; }
.share-cta .eyebrow { margin-bottom: 8px; }
.share-intro { font-size: clamp(17px,1.7vw,19px); line-height: 1.5; color: var(--muted); max-width: 60ch; margin: 10px 0 24px; }
.share-primary { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; }
.caption-card { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 15px 18px; max-width: 62ch; }
.caption-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 4px; }
.caption-label { font: 700 12px/1.3 var(--body); letter-spacing: .1em; text-transform: uppercase; color: var(--blue-2); margin: 0; }
.caption-hint { display: block; font-weight: 500; letter-spacing: 0; text-transform: none; color: var(--muted); font-size: 13px; margin: 0 0 12px; }
.caption-copy { font: 700 13px/1 var(--body); letter-spacing: .02em; color: var(--blue); background: transparent; border: 1.5px solid var(--blue); border-radius: 8px; padding: 8px 13px; cursor: pointer; flex: none; }
.caption-copy:hover { background: var(--blue); color: #fff; }
.caption-text { white-space: pre-line; margin: 0; font-size: 15.5px; line-height: 1.55; color: var(--ink); }
.share-or { font-weight: 700; margin: 24px 0 12px; color: var(--ink); }
.share-net { display: flex; flex-wrap: wrap; gap: 10px; }
.share-net .net { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font: 600 15px/1 var(--body); color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 10px 15px 10px 13px; cursor: pointer; -webkit-appearance: none; }
.share-net .net svg { width: 18px; height: 18px; flex: none; fill: currentColor; }
.share-net .net:hover { border-color: var(--blue); color: var(--blue); }
.share-status { min-height: 1.2em; margin: 14px 0 0; font-size: 14px; font-weight: 600; color: var(--blue); }

.vmore { padding: 32px 0 8px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.vmore .spacer { flex: 1; }
.vmore a.more-link { font-weight: 700; text-decoration: none; color: var(--blue-2); }
.vmore a.more-link:hover { text-decoration: underline; }

@media (max-width: 620px) { .share-primary { flex-direction: column; align-items: stretch; } .share-primary .btn { width: 100%; } }
