.voice-invitation { border-top: 1px solid var(--rule); display: grid; grid-template-columns: 1fr 1fr; gap: 7%; padding-block: 80px; margin-top: 60px; align-items: center; }
.voice-invitation .eyebrow { color: var(--muted); }
.engagement .voice-invitation h2 { margin: 22px 0 24px; font-size: clamp(48px, 5.3vw, 76px); line-height: 1.05; }
.voice-invitation-copy > p { max-width: 440px; color: var(--muted); font-size: 16px; line-height: 1.9; }
.voice-invitation-actions { display: flex; align-items: center; gap: 30px; margin-top: 32px; flex-wrap: wrap; }
.voice-invitation-actions .text-link { font-size: 14px; border-bottom: 1px solid var(--rule); padding-bottom: 4px; }
.voice-art { position: relative; height: 370px; display: grid; place-items: center; isolation: isolate; overflow: hidden; }
.voice-art::before { content: ''; position: absolute; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #f8f6ef 0%, #e2e2d6 55%, #bfc5b2 100%); box-shadow: 14px 20px 44px #686d4e12; opacity: .65; }
.voice-ripple { position: absolute; border: 1px solid #9a9e8550; border-radius: 49% 51% 47% 53%; transform: rotate(-24deg); }
.voice-ripple-outer { width: 350px; height: 310px; }
.voice-ripple-middle { width: 305px; height: 275px; transform: rotate(31deg); border-color: #9a9e8540; }
.voice-ripple-inner { width: 228px; height: 240px; transform: rotate(54deg); border-color: #f8f6efaa; }
.voice-art .voice-sun { position: relative; width: 96px; height: 96px; background: #697157; opacity: .8; }
.voice-art-caption { position: absolute; bottom: 2px; color: var(--muted); font-size: 11px; letter-spacing: .025em; }
#voice-dialog { width: min(660px, calc(100% - 32px)); padding: 36px 42px; max-height: calc(100dvh - 32px); overscroll-behavior: contain; }
#voice-dialog [hidden] { display: none !important; }
#voice-title { font-family: var(--serif); font-size: clamp(38px, 5vw, 53px); line-height: 1.1; margin: 20px 0 18px; }
#voice-intro { color: var(--muted); font-size: 15px; line-height: 1.8; margin-bottom: 28px; }
#voice-dialog label { display: block; font-size: 13px; margin: 20px 0 8px; }
#voice-dialog input, #voice-dialog textarea, #voice-dialog select { width: 100%; border: 1px solid var(--rule); border-radius: 0; background: #f6f4ed; color: var(--ink); padding: 13px; font-size: 16px; }
#voice-dialog textarea { line-height: 1.6; resize: vertical; }
.voice-note, .voice-privacy p { color: var(--muted); font-size: 12px; line-height: 1.8; }
.voice-note { margin-top: 7px; }
.voice-privacy { margin: 20px 0 26px; }
.voice-privacy summary, .voice-transcript summary { font-size: 12px; cursor: pointer; padding: 8px 0; color: var(--muted); }
.voice-privacy p { margin-top: 6px; }
#voice-dialog .button { font-size: 14px; padding: 17px 22px; min-height: 54px; }
#voice-dialog button:disabled { opacity: .55; }
.voice-presence { height: 160px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 28px; }
.voice-presence .brand-symbol { width: 65px; height: 65px; background: #70775a; }
.voice-level { height: 20px; display: flex; align-items: center; gap: 5px; }
.voice-level i { display: block; width: 3px; height: 4px; background: #70775a; transition: height 60ms linear; }
#voice-live[data-speaking="true"] .voice-presence .brand-symbol { background: var(--ink); }
#voice-input-state { text-align: center; min-height: 44px; }
#voice-connect { margin-top: 24px; width: 100%; }
#voice-state { color: var(--muted); text-align: center; min-height: 26px; font-size: 14px; }
.voice-live-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin: 20px 0; }
.voice-control { background: transparent; font-size: 13px; min-height: 44px; padding: 10px 12px; text-decoration: underline; text-underline-offset: 5px; text-decoration-color: var(--rule); }
.voice-transcript { border-top: 1px solid var(--rule); padding-top: 10px; }
#voice-transcript-text { max-height: 180px; overflow: auto; font-size: 13px; line-height: 1.7; }
#voice-transcript-text p { margin: 12px 0; white-space: pre-wrap; }
#voice-transcript-text strong { display: block; font-weight: 500; color: var(--muted); font-size: 11px; }
#voice-review .button { margin-top: 22px; }
.voice-notice { font-size: 13px; color: var(--muted); line-height: 1.8; margin-top: 18px; }
.voice-notice:empty { margin: 0; }
#voice-close-confirm { border-block: 1px solid var(--rule); margin-top: 22px; padding-block: 18px; font-size: 15px; }
#voice-fallback { display: flex; gap: 22px; align-items: center; margin-top: 15px; font-size: 13px; }
@media (max-width: 900px) {
  .voice-invitation { grid-template-columns: 1fr; gap: 38px; padding-block: 50px; margin-top: 42px; }
  .voice-art { height: 280px; grid-row: 1; }
  .voice-art::before { width: 200px; height: 200px; }
  .voice-ripple-outer { width: 270px; height: 240px; }.voice-ripple-middle { width: 237px; height: 214px; }.voice-ripple-inner { width: 178px; height: 187px; }
  .voice-art .voice-sun { width: 74px; height: 74px; }
  .voice-invitation-copy > p { font-size: 15px; }
  #voice-dialog { padding: 24px; }
  #voice-dialog .button { width: 100%; }
  .voice-invitation-actions { gap: 22px; }
}
@media (max-width: 380px) { .engagement .voice-invitation h2 { font-size: 41px; } }
@media (prefers-reduced-motion: reduce) { .voice-level i { animation: none !important; } }
