/* Per-voice landing page (/voices/<slug>.html). Loaded on top of site.css.
   Pages are generated by tools/build-voices.js; bump VOICE_V there when this changes. */

.eyebrow { font: 700 13px/1.3 var(--head); letter-spacing: .14em; text-transform: uppercase; color: var(--slate); margin: 0 0 14px; }
.btn-lg { font-size: 18px; padding: 16px 30px; }
[hidden] { display: none !important; }   /* .btn's display:inline-flex would otherwise beat the attribute */

.vhero { padding: 56px 0 50px; }
.vquote { margin: 0; }
.vqmark { font: 800 96px/.66 var(--head); color: var(--slate); margin: 0 0 4px -2px; }
.vquote blockquote { margin: 0; font: 600 clamp(24px, 3.6vw, 40px)/1.22 var(--head); letter-spacing: -.015em; color: var(--ink); white-space: pre-line; }
.vquote figcaption { margin-top: 24px; font: 700 18px/1.3 var(--head); color: var(--ink); }
.vquote figcaption .role { display: block; font: 500 15px/1.3 var(--body); color: var(--slate); margin-top: 4px; }

/* primary action: tell the Board (coalition email tool, signer's words carried in) */
.voice-act { padding: 50px 0 54px; }
.voice-act .eyebrow { color: #BABCBA; }
.voice-act h2 { font-size: clamp(30px, 4.2vw, 50px); margin-bottom: 14px; }
.voice-act-note { font-size: 18px; line-height: 1.5; color: #DADCDA; max-width: 58ch; margin: 0 0 28px; }
.voice-act .btn-white { border-radius: 999px; font-family: var(--head); font-weight: 700; }

/* share block: secondary */
.share-cta { padding-bottom: 64px; }
.share-intro { font-size: 18px; color: var(--slate); max-width: 58ch; }
.share-primary { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0 24px; }
.caption-card { background: #fff; border: 1px solid var(--line); padding: 16px 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(--head); letter-spacing: .12em; text-transform: uppercase; color: var(--slate); margin: 0; }
.caption-hint { font-size: 13px; color: var(--muted); margin: 0 0 10px; }
.caption-copy { font: 700 13px/1 var(--head); color: var(--ink); background: transparent; border: 1.5px solid var(--slate); border-radius: 999px; padding: 8px 14px; cursor: pointer; flex: none; }
.caption-copy:hover { background: var(--slate); color: #fff; }
.caption-text { white-space: pre-line; margin: 0; font-size: 16px; line-height: 1.55; }
.share-or { font: 700 16px/1.3 var(--head); margin: 26px 0 12px; }
.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: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 10px 15px 10px 13px; cursor: pointer; }
.share-net .net svg { width: 18px; height: 18px; flex: none; fill: currentColor; }
.share-net .net:hover { border-color: var(--ink); }
.share-status { min-height: 1.2em; margin: 14px 0 0; font-size: 14px; font-weight: 600; color: var(--slate); }

.vmore { margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.vmore .more-link { font: 700 16px/1.3 var(--head); text-decoration: none; color: var(--ink); }
.vmore .more-link:hover { text-decoration: underline; }

@media (max-width: 560px) {
  .share-primary .btn, .voice-act .btn-lg { width: 100%; }
}
