/* Archive-mode additions to the engine stylesheet */
.case-video-embed { margin: 1.2rem 0 2.2rem; }
.case-title { margin-top: 0.6rem; }
.el-capture { margin: 3rem auto 1rem; max-width: 560px; text-align: center;
  border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.02); padding: 1.6rem; }
.el-capture h3 { font-family: var(--font-heading); letter-spacing: .12em; color: var(--accent);
  font-size: .95rem; margin-bottom: .6rem; text-transform: uppercase; }
.el-capture p { font-size: .9rem; opacity: .7; margin-bottom: 1rem; }
.el-capture .row { display: flex; gap: .5rem; flex-wrap: wrap; justify-content: center; }
.el-capture input[type=email] { flex: 1; min-width: 200px; background: #111; border: 1px solid rgba(255,255,255,.15);
  color: var(--text); padding: .7rem .9rem; font-family: var(--font-body); }
.el-capture input[type=email]:focus { outline: 1px solid var(--accent); border-color: var(--accent); }
.el-capture button { background: var(--accent); border: 0; color: #fff; font-family: var(--font-heading);
  letter-spacing: .08em; padding: .7rem 1.2rem; cursor: pointer; }
.el-capture button:hover { filter: brightness(1.15); }
.el-capture .hpx { position: absolute; left: -9999px; }
.el-capture .done { color: #2ecc71; font-weight: 700; }
.el-member { margin-top: .9rem; font-size: .85rem; opacity: .8; }
.el-member a { color: var(--accent); }
